Skip to content

Commit

Permalink
enable conformance tests
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo committed Jan 6, 2023
1 parent d8fc059 commit 74434ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ func TestGatewayAPIConformance(t *testing.T) {
tests.HTTPRouteInvalidNonExistentBackendRef,
tests.HTTPRouteInvalidBackendRefUnknownKind,
tests.HTTPRouteInvalidCrossNamespaceBackendRef,
tests.HTTPRouteInvalidParentRefNotMatchingListenerPort,
tests.GatewayInvalidTLSConfiguration,
tests.GatewayInvalidRouteKind,
tests.GatewaySecretReferenceGrantAllInNamespace,
tests.GatewaySecretReferenceGrantSpecific,
tests.GatewaySecretMissingReferenceGrant,
Expand Down

0 comments on commit 74434ff

Please sign in to comment.