| commit | d77060766d8e8aa3cd277324b0b6f732555d2007 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Jan 23 14:30:54 2024 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Jan 23 14:31:24 2024 +0100 |
| tree | a515a36ecffd8809b72ebf8e946a0f29a03d429a | |
| parent | 9f608b166915ad30c4324e9a3a1f82ce6054785f [diff] |
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 ;;