| commit | 01617325a24f512db9065226cb80e952c6fd76da | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Jan 23 14:30:54 2024 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Oct 03 15:44:20 2024 +0200 |
| tree | 3be1d3036b386528b23feff0fb4e0fd9142a3b73 | |
| parent | 00bdecaa88e3a0a131ff2ea7e32854e715ee3c03 [diff] [blame] |
Avoid creating SDNC for tests during run_test.sh, doing it in the testsuite instead Change-Id: I026d63dd6af85d32a49de7cc6f2d8c52ac870ec6 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
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 @@ ;; -c|--createvim) create_vim - create_sdnc + # create_sdnc create_k8scluster shift 1 ;;