Skip to content

Commit e965022

Browse files
committed
Fixup scs_k8s_conformance_tests/main_test.go
Signed-off-by: Toni Finger <[email protected]>
1 parent bcedab8 commit e965022

File tree

1 file changed

+3
-3
lines changed
  • Tests/kaas/kaas-sonobuoy-tests/scs_k8s_conformance_tests

1 file changed

+3
-3
lines changed

Tests/kaas/kaas-sonobuoy-tests/scs_k8s_conformance_tests/main_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ func TestMain(m *testing.M) {
5454

5555
case "usecluster":
5656
log.Println("Use existing k8s cluster for the test")
57-
log.Println("TO_BE_IMPLEMENTED")
58-
//~ testenv = env.NewFromFlags()
57+
log.Println("Not Yet Implemented")
58+
//~ testenv = env.NewFromFlags()
5959
//~ KubeConfig:= os.Getenv(KUBECONFIGFILE)
60-
//~ testenv = env.NewWithKubeConfig(KubeConfig)
60+
//~ testenv = env.NewWithKubeConfig(KubeConfig)
6161

6262
default:
6363
// Assume we are running in the cluster as a Sonobuoy plugin.

0 commit comments

Comments
 (0)