generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 212
Conformance report for NGINX Gateway Fabric #2023
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
Open
sjberman
wants to merge
1
commit into
kubernetes-sigs:main
Choose a base branch
from
sjberman:chore/ngf-conformance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+52
−1
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
29 changes: 29 additions & 0 deletions
29
conformance/reports/v1.1.0/gateway/nginx-nginx-gateway-fabric/README.md
This file contains hidden or 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 @@ | ||
| # Nginx NGINX Gateway Fabric | ||
|
|
||
| ## Table of Contents | ||
|
|
||
| | Extension Version Tested | Profile Tested | Implementation Version | Mode | Report | | ||
| |--------------------------|----------------|------------------------|---------|----------------------------------------------------------------------------| | ||
| | v1.1.0 | Gateway | v2.3.0 | default | [v2.3.0 report](./inference-v2.3.0-report.yaml) | ||
|
|
||
| ## Reproduce | ||
|
|
||
| To reproduce results, clone the NGF repository: | ||
|
|
||
| ```shell | ||
| git clone https://github.com/nginx/nginx-gateway-fabric.git && cd nginx-gateway-fabric/tests | ||
| ``` | ||
|
|
||
| Follow the steps in the [NGINX Gateway Fabric Testing](https://github.com/nginx/nginx-gateway-fabric/blob/main/tests/README.md#conformance-testing) document to run the conformance tests. If you are running tests on the `edge` version, then you don't need to build any images. Otherwise, you'll need to check out the specific release tag that you want to test, and then build and load the images onto your cluster, per the steps in the README. | ||
|
|
||
| Note: Enable this flag to install all CRDs and required resources: | ||
|
|
||
| ```shell | ||
| export ENABLE_INFERENCE_EXTENSION=true | ||
| ``` | ||
|
|
||
| After running, see the conformance report: | ||
|
|
||
| ```shell | ||
| cat conformance-profile-inference.yaml | ||
| ``` |
22 changes: 22 additions & 0 deletions
22
conformance/reports/v1.1.0/gateway/nginx-nginx-gateway-fabric/inference-v2.3.0-report.yaml
This file contains hidden or 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,22 @@ | ||
| apiVersion: gateway.networking.k8s.io/v1 | ||
| date: "2025-12-18T16:59:22Z" | ||
| gatewayAPIChannel: experimental | ||
| gatewayAPIVersion: v1.4.1 | ||
| implementation: | ||
| contact: | ||
| - https://github.com/nginx/nginx-gateway-fabric/discussions/new/choose | ||
| organization: nginx | ||
| project: nginx-gateway-fabric | ||
| url: https://github.com/nginx/nginx-gateway-fabric | ||
| version: v2.3.0 | ||
| kind: ConformanceReport | ||
| mode: default | ||
| profiles: | ||
| - core: | ||
| result: success | ||
| statistics: | ||
| Failed: 0 | ||
| Passed: 10 | ||
| Skipped: 0 | ||
| name: Gateway | ||
| summary: Core tests succeeded. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed that the GAIE version isn't generated in this report. Does it need to exist? Manually added?