Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add v1.1.0 conformance report for envoy gateway v1.1.0 #3191

Merged
merged 1 commit into from
Jul 30, 2024
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.1.0/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.1.0](https://github.com/envoyproxy/gateway/releases/tag/v1.1.0)| default |[link](./experimental-v1.1.0-default-report.yaml)|

## Reproduce
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add the needed steps to reproduce the claimed report?


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,69 @@
apiVersion: gateway.networking.k8s.io/v1alpha1
date: "2024-07-23T01:46:12Z"
gatewayAPIChannel: experimental
gatewayAPIVersion: v1.1.0
implementation:
contact:
- https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md
organization: envoyproxy
project: envoy-gateway
url: https://github.com/envoyproxy/gateway
version: v1.1.0
kind: ConformanceReport
mode: default
profiles:
- core:
result: success
statistics:
Failed: 0
Passed: 33
Skipped: 0
extended:
result: partial
skippedTests:
- GatewayHTTPListenerIsolation
- GatewayStaticAddresses
statistics:
Failed: 0
Passed: 17
Skipped: 2
supportedFeatures:
- GatewayHTTPListenerIsolation
- GatewayPort8080
- GatewayStaticAddresses
- HTTPRouteBackendRequestHeaderModification
- HTTPRouteBackendTimeout
- HTTPRouteHostRewrite
- HTTPRouteMethodMatching
- HTTPRouteParentRefPort
- HTTPRoutePathRedirect
- HTTPRoutePathRewrite
- HTTPRoutePortRedirect
- HTTPRouteQueryParamMatching
- HTTPRouteRequestMirror
- HTTPRouteRequestMultipleMirrors
- HTTPRouteRequestTimeout
- HTTPRouteResponseHeaderModification
- HTTPRouteSchemeRedirect
name: GATEWAY-HTTP
summary: Core tests succeeded. Extended tests partially succeeded with 2 test skips.
- core:
result: success
statistics:
Failed: 0
Passed: 11
Skipped: 0
extended:
result: partial
skippedTests:
- GatewayStaticAddresses
statistics:
Failed: 0
Passed: 0
Skipped: 1
supportedFeatures:
- GatewayHTTPListenerIsolation
- GatewayPort8080
- GatewayStaticAddresses
name: GATEWAY-TLS
summary: Core tests succeeded. Extended tests partially succeeded with 1 test skips.