Feature 10978: add tests for ipv6 profiles in vnfd and nsd
[osm/tests.git] / robot-systest / run_test.sh
index 6792452..01792dd 100755 (executable)
@@ -44,7 +44,7 @@ create_k8scluster(){
     while [ $attempts -ge 0 ] ; do
         echo -e "\n$( date '+%F_%H:%M:%S' ) Creating K8s Cluster"
 
-        osm k8scluster-add --creds ${K8S_CREDENTIALS} --version "v1" --vim ${VIM_TARGET} --k8s-nets "{\"net1\": \"%{VIM_MGMT_NET}\"}" ${VIM_TARGET} --description "Robot cluster"
+        osm k8scluster-add --creds ${K8S_CREDENTIALS} --version "v1" --vim ${VIM_TARGET} --k8s-nets "{\"net1\": \"${VIM_MGMT_NET}\"}" ${VIM_TARGET} --description "Robot cluster"
 
         STATUS=""
         i=0
@@ -67,7 +67,7 @@ create_k8scluster(){
         ((attempts--))
     done
     if [ $attempts -lt 0 ] ; then
-        echo "VIM failed to enter ENABLED state"
+        echo "K8s cluster failed to enter ENABLED state"
         exit 1
     fi
 }