Skip to content

Commit

Permalink
conformance: enable GatewayClassObservedGenerationBump
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo committed Jan 13, 2023
1 parent 15fb1a5 commit b63eb42
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build conformance
// +build conformance

// Copyright Envoy Gateway Authors
// SPDX-License-Identifier: Apache-2.0
// The full text of the Apache license is available in the LICENSE file at
Expand Down Expand Up @@ -54,11 +51,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 +82,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 b63eb42

Please sign in to comment.