Skip to content

Commit

Permalink
add SupportsGateway
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed May 25, 2023
1 parent 7796226 commit 237559b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conformance/tests/gateway-dynamic-listeners.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ func init() {
}

var GatewayListenerDynamicPorts = suite.ConformanceTest{
ShortName: "GatewayListenerDynamicPorts",
Features: []suite.SupportedFeature{suite.SupportGatewayListenerDynamicPorts},
ShortName: "GatewayListenerDynamicPorts",
Features: []suite.SupportedFeature{
suite.SupportGateway,
suite.SupportGatewayListenerDynamicPorts,
},
Description: "A Gateway in the gateway-conformance-infra namespace should handle adding and removing listeners with arbitrary ports",
Manifests: []string{"tests/gateway-dynamic-listeners.yaml"},
Test: func(t *testing.T, s *suite.ConformanceTestSuite) {
Expand Down

0 comments on commit 237559b

Please sign in to comment.