Skip to content

Commit

Permalink
fix: reuse gc name in GatewayClassObservedGenerationBump conformance …
Browse files Browse the repository at this point in the history
…test

Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo committed Jan 16, 2023
1 parent 88530b3 commit 4dcb1aa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ func TestGatewayAPIConformance(t *testing.T) {
CleanupBaseResources: *flags.CleanupBaseResources,
ValidUniqueListenerPorts: validUniqueListenerPorts,
SupportedFeatures: map[suite.SupportedFeature]bool{
suite.SupportHTTPRouteQueryParamMatching: true,
suite.SupportReferenceGrant: true,
suite.SupportHTTPResponseHeaderModification: true,
suite.SupportHTTPRouteMethodMatching: true,
suite.SupportRouteDestinationPortMatching: true,
suite.SupportHTTPRouteQueryParamMatching: true,
suite.SupportReferenceGrant: true,
suite.SupportHTTPResponseHeaderModification: true,
suite.SupportHTTPRouteMethodMatching: true,
suite.SupportRouteDestinationPortMatching: true,
suite.SupportGatewayClassObservedGenerationBump: true,
},
})
cSuite.Setup(t)
Expand All @@ -84,6 +85,7 @@ func TestGatewayAPIConformance(t *testing.T) {
tests.GatewaySecretInvalidReferenceGrant,
tests.GatewayInvalidTLSConfiguration,
tests.GatewayInvalidRouteKind,
tests.GatewayClassObservedGenerationBump,
tests.HTTPRouteReferenceGrant,
tests.HTTPRoutePartiallyInvalidViaInvalidReferenceGrant,
tests.HTTPRouteInvalidParentRefNotMatchingListenerPort,
Expand Down

0 comments on commit 4dcb1aa

Please sign in to comment.