Avoid creating SDNC for tests during run_test.sh, doing it in the testsuite instead
[osm/tests.git] / robot-systest / run_test.sh
index c6fb837..11c3e45 100755 (executable)
@@ -174,7 +174,7 @@ while (( "$#" )); do
             ;;
         -c|--createvim)
             create_vim
-            create_sdnc
+            create_sdnc
             create_k8scluster
             shift 1
             ;;