generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 626
Closed
Labels
area/conformance-testIssues or PRs related to Conformance tests.Issues or PRs related to Conformance tests.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Milestone
Description
What would you like to be added:
At the moment, the test cases related to the AttachedRoutes are structured as follows:
- the first one has one
Gatewaywith one listener and oneHTTPRoutereferring to it as a parent. The test verifies that thestatus.listeners[0].AttachedRoutesfield gets the value 1 assigned. - the second one has one
Gatewaywith one listener and twoHTTPRoutes referring to it as a parent. The test verifies that thestatus.listeners[0].AttachedRoutesfield gets the value 2 assigned.
Alongside the above test cases, we should verify that a gateway with many listeners has the corresponding AttachedRoutes field assigned only if the Routes can really attach to them.
Example:
- create a
Gatewaywith two listeners using two different protocols: HTTP and UDP - create an
HTTPRoute - only the HTTP listener should have the
AttachedRoutesfield to 1, the UDP listener value should be 0.
youngnick and shaneutt
Metadata
Metadata
Assignees
Labels
area/conformance-testIssues or PRs related to Conformance tests.Issues or PRs related to Conformance tests.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.