From bdaa4d68b85d08438ff5484e74169667d414747a Mon Sep 17 00:00:00 2001 From: Xunzhuo Date: Thu, 9 Feb 2023 11:50:58 +0800 Subject: [PATCH] conformance: enable GatewayClassObservedGenerationBump (#896) Signed-off-by: bitliu (cherry picked from commit b668002b2a6087a4795fd8cb93d604f5e218026c) Signed-off-by: Arko Dasgupta --- test/conformance/conformance_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index dcf537c2ade..92ef71a812b 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -60,6 +60,7 @@ func TestGatewayAPIConformance(t *testing.T) { suite.SupportHTTPResponseHeaderModification, suite.SupportHTTPRouteMethodMatching, suite.SupportRouteDestinationPortMatching, + suite.SupportGatewayClassObservedGenerationBump, ), }) cSuite.Setup(t) @@ -86,6 +87,7 @@ func TestGatewayAPIConformance(t *testing.T) { tests.GatewaySecretInvalidReferenceGrant, tests.GatewayInvalidTLSConfiguration, tests.GatewayInvalidRouteKind, + tests.GatewayClassObservedGenerationBump, tests.HTTPRouteReferenceGrant, tests.HTTPRoutePartiallyInvalidViaInvalidReferenceGrant, tests.HTTPRouteInvalidParentRefNotMatchingListenerPort,