Skip to content

Commit

Permalink
chore(conformance): add KIC v3.3.1 report (#3305)
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <[email protected]>
  • Loading branch information
tao12345666333 authored Sep 4, 2024
1 parent 24f7392 commit cb846ce
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

| API channel | Implementation version | Mode | Report |
|--------------|-------------------------------------------------------------------------------------|-------------|-------------------------------------------------------|
| experimental | [v3.3.1](https://github.com/Kong/kubernetes-ingress-controller/releases/tag/v3.3.1) | expressions | [link](./experimental-v3.3.1-expressions-report.yaml) |
| 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

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
apiVersion: gateway.networking.k8s.io/v1alpha1
date: "2024-08-29T09:25:53Z"
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.3.1
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.

0 comments on commit cb846ce

Please sign in to comment.