Skip to content

Commit f241560

Browse files
Xunzhuoarkodg
andauthored
Adds envoy-ai-gateway conformance report (#1320)
* Adds envoy-ai-gateway conformance report Signed-off-by: bitliu <[email protected]> * 更新 README.md Co-authored-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: bitliu <[email protected]> Co-authored-by: Arko Dasgupta <[email protected]>
1 parent 02f8613 commit f241560

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Envoy AI Gateway
2+
3+
## Table of Contents
4+
5+
| Extension Version Tested | Profile Tested | Implementation Version | Mode | Report |
6+
|--------------------------|----------------|------------------------|---------|-----------------------------------------------------------------------|
7+
| v0.5.1 | Gateway | [latest](https://github.com/envoyproxy/ai-gateway) | default | [Conformance report](./aigw-latest-report.yaml) |
8+
| ... | ... | ... | ... | ... |
9+
10+
## Reproduce
11+
12+
This is a mirror of the envoy ai gateway [conformance e2e test](https://github.com/envoyproxy/ai-gateway/blob/main/.github/workflows/build_and_test.yaml), which includes the conformance tests for the Gateway API and Inference Extension.
13+
14+
### Prerequisites
15+
16+
In order to run the conformance tests, the following prerequisites must be met:
17+
18+
- The [kubectl](https://kubernetes.io/docs/tasks/tools/) command-line tool installed and configured for the active cluster context.
19+
- The [helm](https://github.com/helm/helm),[kind](https://kind.sigs.k8s.io), [git](https://git-scm.com/downloads), and [make](https://www.gnu.org/software/make/) command-line tools installed.
20+
21+
### Steps
22+
23+
1. Clone the envoy-ai-gateway repository and checkout the release:
24+
25+
```sh
26+
git clone https://github.com/envoyproxy/ai-gateway.git && cd ai-gateway
27+
```
28+
29+
2. Running the Gateway API Inference Extension conformance tests:
30+
31+
```sh
32+
make test-e2e GO_TEST_ARGS="-run TestGatewayAPIInferenceExtension -v" EG_VERSION=v0.0.0-latest TEST_KEEP_CLUSTER=true
33+
```
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
GatewayAPIInferenceExtensionVersion: v0.5.1
2+
apiVersion: gateway.networking.k8s.io/v1
3+
date: "2025-08-15T14:10:31-09:00"
4+
gatewayAPIChannel: experimental
5+
gatewayAPIVersion: v1.3.0
6+
implementation:
7+
contact:
8+
- github.com/envoyproxy/ai-gateway/issues/new/choose
9+
organization: envoyproxy
10+
project: envoy-ai-gateway
11+
url: github.com/envoyproxy/ai-gateway
12+
version: latest
13+
kind: ConformanceReport
14+
mode: default
15+
profiles:
16+
- core:
17+
result: success
18+
statistics:
19+
Failed: 0
20+
Passed: 9
21+
Skipped: 0
22+
name: Gateway
23+
summary: Core tests succeeded.

0 commit comments

Comments
 (0)