generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conformance report for 1.2.1 for Istio (#3531)
* Add conformance report for Gateway 1.2.1 * Update implementations
- Loading branch information
1 parent
55528ab
commit bbf165c
Showing
3 changed files
with
137 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Istio | ||
|
||
## Table of Contents | ||
|
||
|API channel|Implementation version|Mode|Report| | ||
|-----------|----------------------|----|------| | ||
|x|[1.24](https://github.com/istio/istio/releases/tag/1.24.2)|x|[link](./experimental-1.24-default-report.yaml)| | ||
|
||
## Reproduce | ||
|
||
Istio conformance tests can be reproduced by running `prow/integ-suite-kind.sh test.integration.pilot.kube` from within the [Istio repo](https://github.com/istio/istio). |
125 changes: 125 additions & 0 deletions
125
conformance/reports/v1.2.1/istio-istio/experimental-1.24-default-report.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
apiVersion: gateway.networking.k8s.io/v1 | ||
date: "2025-01-02T21:43:05Z" | ||
gatewayAPIChannel: experimental | ||
gatewayAPIVersion: v1.2.1 | ||
implementation: | ||
contact: | ||
- '@istio/maintainers' | ||
organization: istio | ||
project: istio | ||
url: https://istio.io/ | ||
version: "1.24" | ||
kind: ConformanceReport | ||
mode: default | ||
profiles: | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 12 | ||
Skipped: 0 | ||
extended: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 2 | ||
Skipped: 0 | ||
supportedFeatures: | ||
- GatewayHTTPListenerIsolation | ||
- GatewayInfrastructurePropagation | ||
- GatewayPort8080 | ||
- GatewayStaticAddresses | ||
name: GATEWAY-GRPC | ||
summary: Core tests succeeded. Extended tests succeeded. | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 33 | ||
Skipped: 0 | ||
extended: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 23 | ||
Skipped: 0 | ||
supportedFeatures: | ||
- GatewayHTTPListenerIsolation | ||
- GatewayInfrastructurePropagation | ||
- GatewayPort8080 | ||
- GatewayStaticAddresses | ||
- HTTPRouteBackendProtocolH2C | ||
- HTTPRouteBackendProtocolWebSocket | ||
- HTTPRouteBackendRequestHeaderModification | ||
- HTTPRouteBackendTimeout | ||
- HTTPRouteDestinationPortMatching | ||
- HTTPRouteHostRewrite | ||
- HTTPRouteMethodMatching | ||
- HTTPRouteParentRefPort | ||
- HTTPRoutePathRedirect | ||
- HTTPRoutePathRewrite | ||
- HTTPRoutePortRedirect | ||
- HTTPRouteQueryParamMatching | ||
- HTTPRouteRequestMirror | ||
- HTTPRouteRequestMultipleMirrors | ||
- HTTPRouteRequestTimeout | ||
- HTTPRouteResponseHeaderModification | ||
- HTTPRouteSchemeRedirect | ||
name: GATEWAY-HTTP | ||
summary: Core tests succeeded. Extended tests succeeded. | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 11 | ||
Skipped: 0 | ||
extended: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 2 | ||
Skipped: 0 | ||
supportedFeatures: | ||
- GatewayHTTPListenerIsolation | ||
- GatewayInfrastructurePropagation | ||
- GatewayPort8080 | ||
- GatewayStaticAddresses | ||
name: GATEWAY-TLS | ||
summary: Core tests succeeded. Extended tests succeeded. | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 2 | ||
Skipped: 0 | ||
extended: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 3 | ||
Skipped: 0 | ||
supportedFeatures: | ||
- HTTPRouteBackendProtocolH2C | ||
- HTTPRouteBackendProtocolWebSocket | ||
- HTTPRouteBackendRequestHeaderModification | ||
- HTTPRouteBackendTimeout | ||
- HTTPRouteDestinationPortMatching | ||
- HTTPRouteHostRewrite | ||
- HTTPRouteMethodMatching | ||
- HTTPRouteParentRefPort | ||
- HTTPRoutePathRedirect | ||
- HTTPRoutePathRewrite | ||
- HTTPRoutePortRedirect | ||
- HTTPRouteQueryParamMatching | ||
- HTTPRouteRequestMirror | ||
- HTTPRouteRequestMultipleMirrors | ||
- HTTPRouteRequestTimeout | ||
- HTTPRouteResponseHeaderModification | ||
- HTTPRouteSchemeRedirect | ||
- MeshConsumerRoute | ||
unsupportedFeatures: | ||
- MeshClusterIPMatching | ||
name: MESH-HTTP | ||
summary: Core tests succeeded. Extended tests succeeded. | ||
succeededProvisionalTests: | ||
- GatewayInfrastructure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters