From: garciadeblas Date: Tue, 23 Jan 2024 13:30:54 +0000 (+0100) Subject: Avoid creating SDNC for tests during run_test.sh, doing it in the testsuite instead X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=commitdiff_plain;h=d77060766d8e8aa3cd277324b0b6f732555d2007 Avoid creating SDNC for tests during run_test.sh, doing it in the testsuite instead Change-Id: I026d63dd6af85d32a49de7cc6f2d8c52ac870ec6 Signed-off-by: garciadeblas --- 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 ;;