We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86746da + 5d98a2e commit 50295b7Copy full SHA for 50295b7
1 file changed
smi-conformance/test-gen/test_gen.go
@@ -60,7 +60,7 @@ func RunTest(meshConfig ServiceMesh, annotations, labels map[string]string) Resu
60
if options.KINDContext == "" {
61
options.KINDContext = harness.DefaultKINDContext
62
}
63
-
+
64
testHandlers := make(map[string]map[string]test.CustomTest)
65
testHandlers["traffic-access"] = serviceMeshConfObj.TrafficAccessGetTests()
66
testHandlers["traffic-spec"] = serviceMeshConfObj.TrafficSpecGetTests()
0 commit comments