Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e965022

Browse files
committedOct 1, 2024·
Fixup scs_k8s_conformance_tests/main_test.go
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
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

+3-3
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)
Please sign in to comment.