generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 495
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 Traefik Proxy (#3501)
- Loading branch information
1 parent
eec117a
commit 99a3934
Showing
3 changed files
with
98 additions
and
2 deletions.
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,29 @@ | ||
# Traefik Proxy | ||
|
||
## Table of Contents | ||
|
||
| API channel | Implementation version | Mode | Report | | ||
|--------------|------------------------------------------------------------------|---------|---------------------------------------------------| | ||
| experimental | [v3.2.2](https://github.com/traefik/traefik/releases/tag/v3.2.2) | default | [link](./experimental-v3.2.2-default-report.yaml) | | ||
|
||
## Reproduce | ||
|
||
To reproduce the results, clone the Traefik Proxy repository: | ||
|
||
```shell | ||
git clone https://github.com/traefik/traefik.git && cd traefik | ||
``` | ||
|
||
Check out the desired version: | ||
|
||
```shell | ||
git checkout vX.Y | ||
``` | ||
|
||
Run the conformance tests with: | ||
|
||
```shell | ||
make test-gateway-api-conformance | ||
``` | ||
|
||
Check the produced report in the `./integration/conformance-reports` folder. |
67 changes: 67 additions & 0 deletions
67
conformance/reports/v1.2.1/traefik-traefik/experimental-v3.2.2-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,67 @@ | ||
apiVersion: gateway.networking.k8s.io/v1 | ||
date: '-' | ||
gatewayAPIChannel: experimental | ||
gatewayAPIVersion: v1.2.1 | ||
implementation: | ||
contact: | ||
- '@traefik/maintainers' | ||
organization: traefik | ||
project: traefik | ||
url: https://traefik.io/ | ||
version: v3.2.2 | ||
kind: ConformanceReport | ||
mode: default | ||
profiles: | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 12 | ||
Skipped: 0 | ||
name: GATEWAY-GRPC | ||
summary: Core tests succeeded. | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 33 | ||
Skipped: 0 | ||
extended: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 13 | ||
Skipped: 0 | ||
supportedFeatures: | ||
- GatewayPort8080 | ||
- HTTPRouteBackendProtocolH2C | ||
- HTTPRouteBackendProtocolWebSocket | ||
- HTTPRouteDestinationPortMatching | ||
- HTTPRouteHostRewrite | ||
- HTTPRouteMethodMatching | ||
- HTTPRoutePathRedirect | ||
- HTTPRoutePathRewrite | ||
- HTTPRoutePortRedirect | ||
- HTTPRouteQueryParamMatching | ||
- HTTPRouteResponseHeaderModification | ||
- HTTPRouteSchemeRedirect | ||
unsupportedFeatures: | ||
- GatewayHTTPListenerIsolation | ||
- GatewayInfrastructurePropagation | ||
- GatewayStaticAddresses | ||
- HTTPRouteBackendRequestHeaderModification | ||
- HTTPRouteBackendTimeout | ||
- HTTPRouteParentRefPort | ||
- HTTPRouteRequestMirror | ||
- HTTPRouteRequestMultipleMirrors | ||
- HTTPRouteRequestTimeout | ||
name: GATEWAY-HTTP | ||
summary: Core tests succeeded. Extended tests succeeded. | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 11 | ||
Skipped: 0 | ||
name: GATEWAY-TLS | ||
summary: Core tests succeeded. |
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