From d77060766d8e8aa3cd277324b0b6f732555d2007 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 23 Jan 2024 14:30:54 +0100 Subject: [PATCH] Avoid creating SDNC for tests during run_test.sh, doing it in the testsuite instead Change-Id: I026d63dd6af85d32a49de7cc6f2d8c52ac870ec6 Signed-off-by: garciadeblas --- robot-systest/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index c6fb837..11c3e45 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -174,7 +174,7 @@ while (( "$#" )); do ;; -c|--createvim) create_vim - create_sdnc + # create_sdnc create_k8scluster shift 1 ;; -- 2.17.1