Skip to content

Commit

Permalink
add back other reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Apr 29, 2024
1 parent ad108bc commit e049d06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conformance/tests/mesh-consumer-route.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ var MeshConsumerRoute = suite.ConformanceTest{
Description: "An HTTPRoute in a namespace other than its parentRef's namespace only affects requests from the route's namespace",
Features: []features.SupportedFeature{
features.SupportMeshConsumerRoute,
features.SupportHTTPRoute,
features.SupportHTTPRouteResponseHeaderModification,
},
Manifests: []string{"tests/mesh-consumer-route.yaml"},
Test: func(t *testing.T, s *suite.ConformanceTestSuite) {
Expand Down
2 changes: 2 additions & 0 deletions conformance/tests/mesh-frontend-hostname.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ var MeshFrontendHostname = suite.ConformanceTest{
Description: "Mesh parentRef matches Service IP (not Host)",
Features: []features.SupportedFeature{
features.SupportMeshClusterIPMatching,
features.SupportHTTPRoute,
features.SupportHTTPRouteResponseHeaderModification,
},
Manifests: []string{"tests/mesh-frontend.yaml"},
Test: func(t *testing.T, s *suite.ConformanceTestSuite) {
Expand Down

0 comments on commit e049d06

Please sign in to comment.