generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 566
Closed
Labels
area/conformance-testIssues or PRs related to Conformance tests.Issues or PRs related to Conformance tests.
Description
What would you like to be added:
the useragent should be set per test run to include metadata, specially:
- caller (something like
gateway-api-conformance.test
) - gateway-api version
- test name
- features in test
in a parseable format like
gateway-api-conformance.test::v1.1.0::HTTPRouteHTTPSListener::Gateway,HTTPRoute
Why this is needed:
In order to populate gatewaysnoop with information like level (standard, experimental), features per-implementation and version, several metadata values are needed.
I've made a test implementation version over here
BobyMCbobs@add-useragent-to-conformance-test-run
for example in Kubernetes conformance tests
Metadata
Metadata
Assignees
Labels
area/conformance-testIssues or PRs related to Conformance tests.Issues or PRs related to Conformance tests.