Skip to content

Commit

Permalink
conformance: Add Cilium report for v1.1.0 (#3137)
Browse files Browse the repository at this point in the history
Signed-off-by: Tam Mach <sayboras@yahoo.com>
  • Loading branch information
sayboras committed Jun 18, 2024
1 parent 2a0c2c2 commit 56df48e
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 0 deletions.
12 changes: 12 additions & 0 deletions conformance/reports/v1.1.0/cilium-cilium/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Cilium

## Table of Contents

| API channel | Implementation version | Mode | Report |
|--------------|--------------------------------------------------------------|---------|----------------------------|
| experimental | [1.16](https://github.com/cilium/cilium/releases/tag/1.16.0) | default | [link](./1.16-report.yaml) |

## Reproduce

Cilium conformance tests can be reproduced by follow the steps in CI `.github/workflows/conformance-gateway-api.yaml`
from within the [Cilium repo](https://github.com/cilium/cilium).
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
apiVersion: gateway.networking.k8s.io/v1alpha1
date: "2024-06-07T06:33:39Z"
gatewayAPIChannel: experimental
gatewayAPIVersion: v1.1.0
implementation:
contact:
- https://github.com/cilium/community/blob/main/roles/Maintainers.md
organization: cilium
project: cilium
url: github.com/cilium/cilium
version: main
kind: ConformanceReport
mode: default
profiles:
- core:
result: success
statistics:
Failed: 0
Passed: 33
Skipped: 0
extended:
result: success
statistics:
Failed: 0
Passed: 16
Skipped: 0
supportedFeatures:
- GatewayHTTPListenerIsolation
- GatewayPort8080
- HTTPRouteBackendRequestHeaderModification
- HTTPRouteBackendTimeout
- HTTPRouteHostRewrite
- HTTPRouteMethodMatching
- HTTPRoutePathRedirect
- HTTPRoutePathRewrite
- HTTPRoutePortRedirect
- HTTPRouteQueryParamMatching
- HTTPRouteRequestMirror
- HTTPRouteRequestMultipleMirrors
- HTTPRouteRequestTimeout
- HTTPRouteResponseHeaderModification
- HTTPRouteSchemeRedirect
unsupportedFeatures:
- GatewayStaticAddresses
- HTTPRouteParentRefPort
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.
- core:
result: success
statistics:
Failed: 0
Passed: 3
Skipped: 0
extended:
result: success
statistics:
Failed: 0
Passed: 2
Skipped: 0
supportedFeatures:
- HTTPRouteBackendRequestHeaderModification
- HTTPRouteBackendTimeout
- HTTPRouteHostRewrite
- HTTPRouteMethodMatching
- HTTPRoutePathRedirect
- HTTPRoutePathRewrite
- HTTPRoutePortRedirect
- HTTPRouteQueryParamMatching
- HTTPRouteRequestMirror
- HTTPRouteRequestMultipleMirrors
- HTTPRouteRequestTimeout
- HTTPRouteResponseHeaderModification
- HTTPRouteSchemeRedirect
- MeshClusterIPMatching
unsupportedFeatures:
- HTTPRouteParentRefPort
- MeshConsumerRoute
name: MESH-HTTP
summary: Core tests succeeded. Extended tests succeeded.
- core:
result: success
statistics:
Failed: 0
Passed: 12
Skipped: 0
name: GATEWAY-GRPC
summary: Core tests succeeded.

0 comments on commit 56df48e

Please sign in to comment.