Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions conformance/reports/v1.2.1/envoy-gateway/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Envoy Gateway

## Table of Contents

|API channel|Implementation version|Mode|Report|
|-----------|----------------------|----|------|
| experimental |[v1.3.1](https://github.com/envoyproxy/gateway/releases/tag/v1.3.1)| default |[link](./experimental-v1.2.1-default-report.yaml)|

## Reproduce

1. Clone the Envoy Gateway GitHub repository

```bash
git clone https://github.com/envoyproxy/gateway.git && cd gateway
```

2. Check out the desired version

```bash
export VERSION=v<x.y.z>
git checkout $VERSION
```

3. Run the conformance tests

```bash
CONFORMANCE_REPORT_PATH=conformance-report-k8s.yaml make experimental-conformance
```

4. Check the produced report

```bash
cat ./conformance-report-k8s.yaml
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
apiVersion: gateway.networking.k8s.io/v1
date: "2025-03-05T13:37:19Z"
gatewayAPIChannel: experimental
gatewayAPIVersion: v1.2.1
implementation:
contact:
- https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md
organization: envoyproxy
project: envoy-gateway
url: https://github.com/envoyproxy/gateway
version: latest
kind: ConformanceReport
mode: default
profiles:
- core:
result: success
statistics:
Failed: 0
Passed: 11
Skipped: 0
name: GATEWAY-TLS
summary: Core tests succeeded.
- 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: 21
Skipped: 0
supportedFeatures:
- GatewayHTTPListenerIsolation
- GatewayPort8080
- HTTPRouteBackendProtocolH2C
- HTTPRouteBackendProtocolWebSocket
- HTTPRouteBackendRequestHeaderModification
- HTTPRouteBackendTimeout
- HTTPRouteDestinationPortMatching
- HTTPRouteHostRewrite
- HTTPRouteMethodMatching
- HTTPRouteParentRefPort
- HTTPRoutePathRedirect
- HTTPRoutePathRewrite
- HTTPRoutePortRedirect
- HTTPRouteQueryParamMatching
- HTTPRouteRequestMirror
- HTTPRouteRequestMultipleMirrors
- HTTPRouteRequestTimeout
- HTTPRouteResponseHeaderModification
- HTTPRouteSchemeRedirect
unsupportedFeatures:
- GatewayInfrastructurePropagation
- GatewayStaticAddresses
name: GATEWAY-HTTP
summary: Core tests succeeded. Extended tests succeeded.