You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Verifies that when multiple BackendTLSPolicies target the same Service, only one policy is accepted while conflicting policies are rejected, and traffic continues to route successfully.",
39
39
Features: []features.FeatureName{
@@ -42,8 +42,8 @@ var BackendTLSPolicyConflictResolution = suite.ConformanceTest{
Description: "A BackendTLSPolicy that specifies a single invalid CACertificateRef should have the Accepted and ResolvedRefs status condition set False with appropriate reasons, and HTTP requests to a backend targeted by this policy should fail with a 5xx response.",
39
39
Features: []features.FeatureName{
@@ -42,8 +42,8 @@ var BackendTLSPolicyInvalidCACertificateRef = suite.ConformanceTest{
Description: "A BackendTLSPolicy that specifies a single CACertificateRef with an invalid kind should have the Accepted and ResolvedRefs status condition set False with appropriate reasons, and HTTP requests to a backend targeted by this policy should fail with a 5xx response.",
39
39
Features: []features.FeatureName{
@@ -42,8 +42,8 @@ var BackendTLSPolicyInvalidKind = suite.ConformanceTest{
Description: "A BackendTLSPolicy in the gateway-conformance-infra namespace should update the observedGeneration in all of its Status.Conditions after an update to the spec",
43
43
Features: []features.FeatureName{
@@ -46,16 +46,16 @@ var BackendTLSPolicyObservedGenerationBump = suite.ConformanceTest{
@@ -57,7 +57,7 @@ var GatewayInvalidRouteKind = suite.ConformanceTest{
57
57
})
58
58
59
59
t.Run("Gateway listener should have a false ResolvedRefs condition with reason InvalidRouteKinds and HTTPRoute must be put in the supportedKinds", func(t*testing.T) {
0 commit comments