Skip to content

Commit

Permalink
tests: add more L7 GW conformance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Mar 22, 2022
1 parent e7718bd commit c621221
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/conformance/gateway_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,10 @@ func TestGatewayConformance(t *testing.T) {
// https:/Kong/kubernetes-ingress-controller/issues/2210
var enabledGatewayConformanceTests = sets.NewString(
"HTTPRouteCrossNamespace",
// "HTTPRouteInvalidCrossNamespace" is the last one we need to get working
// before we can delete this set and simply run ALL, but requires:
// https:/Kong/kubernetes-ingress-controller/issues/2080
"HTTPRouteMatchingAcrossRoutes",
"HTTPRouteMatching",
"HTTPRouteSimpleSameNamespace",
)

0 comments on commit c621221

Please sign in to comment.