X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Frun_test.sh;h=01792ddf205d9e3472a2a613fac53c83dca72d94;hb=245b04f08965d65f323de1197c082468829b6bf6;hp=679245249343424ed46b2c44e00ea0175ebde4ad;hpb=9e367360ca558e4647b5a4cc3765fcd3f7804e3e;p=osm%2Ftests.git diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index 6792452..01792dd 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -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 }