We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcedab8 commit e965022Copy full SHA for e965022
Tests/kaas/kaas-sonobuoy-tests/scs_k8s_conformance_tests/main_test.go
@@ -54,10 +54,10 @@ func TestMain(m *testing.M) {
54
55
case "usecluster":
56
log.Println("Use existing k8s cluster for the test")
57
- log.Println("TO_BE_IMPLEMENTED")
58
- //~ testenv = env.NewFromFlags()
+ log.Println("Not Yet Implemented")
+ //~ testenv = env.NewFromFlags()
59
//~ KubeConfig:= os.Getenv(KUBECONFIGFILE)
60
- //~ testenv = env.NewWithKubeConfig(KubeConfig)
+ //~ testenv = env.NewWithKubeConfig(KubeConfig)
61
62
default:
63
// Assume we are running in the cluster as a Sonobuoy plugin.
0 commit comments