From 8c7ce7c2ea7692a35f07c7eaaa715aa8606c8136 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 a2cfadd..b29ee2e 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.25.1