From 4622e74e73d216543bd1e6eca93a8a782bca861b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Burzy=C5=84ski?= Date: Thu, 13 Jun 2024 00:18:00 +0200 Subject: [PATCH] chore: add conformance report for KIC 3.2.0 (#3152) --- .../README.md | 42 ++++++++++++++ ...xperimental-v3.2.0-expressions-report.yaml | 57 +++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 conformance/reports/v1.1.0/kong-kubernetes-ingress-controller/README.md create mode 100644 conformance/reports/v1.1.0/kong-kubernetes-ingress-controller/experimental-v3.2.0-expressions-report.yaml diff --git a/conformance/reports/v1.1.0/kong-kubernetes-ingress-controller/README.md b/conformance/reports/v1.1.0/kong-kubernetes-ingress-controller/README.md new file mode 100644 index 0000000000..bb61f4f63e --- /dev/null +++ b/conformance/reports/v1.1.0/kong-kubernetes-ingress-controller/README.md @@ -0,0 +1,42 @@ +# Kong Kubernetes Ingress Controller + +## Table of Contents + +| API channel | Implementation version | Mode | Report | +|--------------|-------------------------------------------------------------------------------------|-------------|-------------------------------------------------------| +| experimental | [v3.2.0](https://github.com/Kong/kubernetes-ingress-controller/releases/tag/v3.2.0) | expressions | [link](./experimental-v3.2.0-expressions-report.yaml) | +## Reproduce + +### Prerequisites + +In order to properly run the conformance tests, you need to have [KinD](https://github.com/kubernetes-sigs/kind) +and [Helm](https://github.com/helm/helm) installed on your local machine, as the +test suite will create a fresh KinD cluster and will use Helm to deploy some additional +components. + +### Steps + +1. Clone the Kong Ingress Controller GitHub repository + + ```bash + git clone https://github.com/Kong/kubernetes-ingress-controller.git && cd kubernetes-ingress-controller + ``` + +2. Check out the desired version + + ```bash + export VERSION=v + git checkout $VERSION + ``` + +3. Run the conformance tests + + ```bash + KONG_TEST_EXPRESSION_ROUTES=true make test.conformance + ``` + +4. Check the produced report + + ```bash + cat ./kong-kubernetes-ingress-controller.yaml + ``` diff --git a/conformance/reports/v1.1.0/kong-kubernetes-ingress-controller/experimental-v3.2.0-expressions-report.yaml b/conformance/reports/v1.1.0/kong-kubernetes-ingress-controller/experimental-v3.2.0-expressions-report.yaml new file mode 100644 index 0000000000..0908adebfa --- /dev/null +++ b/conformance/reports/v1.1.0/kong-kubernetes-ingress-controller/experimental-v3.2.0-expressions-report.yaml @@ -0,0 +1,57 @@ +apiVersion: gateway.networking.k8s.io/v1alpha1 +date: "2024-06-12T12:47:45Z" +gatewayAPIChannel: experimental +gatewayAPIVersion: v1.1.0 +implementation: + contact: + - github.com/kong/kubernetes-ingress-controller/issues/new/choose + organization: Kong + project: kubernetes-ingress-controller + url: github.com/kong/kubernetes-ingress-controller + version: v3.2.0 +kind: ConformanceReport +mode: expressions +profiles: + - core: + result: partial + skippedTests: + - GRPCRouteListenerHostnameMatching + statistics: + Failed: 0 + Passed: 11 + Skipped: 1 + name: GATEWAY-GRPC + summary: Core tests partially succeeded with 1 test skips. + - core: + result: success + statistics: + Failed: 0 + Passed: 33 + Skipped: 0 + extended: + result: success + statistics: + Failed: 0 + Passed: 5 + Skipped: 0 + supportedFeatures: + - HTTPRouteHostRewrite + - HTTPRouteMethodMatching + - HTTPRoutePathRewrite + - HTTPRouteQueryParamMatching + - HTTPRouteResponseHeaderModification + unsupportedFeatures: + - GatewayHTTPListenerIsolation + - GatewayPort8080 + - GatewayStaticAddresses + - HTTPRouteBackendRequestHeaderModification + - HTTPRouteBackendTimeout + - HTTPRouteParentRefPort + - HTTPRoutePathRedirect + - HTTPRoutePortRedirect + - HTTPRouteRequestMirror + - HTTPRouteRequestMultipleMirrors + - HTTPRouteRequestTimeout + - HTTPRouteSchemeRedirect + name: GATEWAY-HTTP + summary: Core tests succeeded. Extended tests succeeded.