X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=blobdiff_plain;f=robot-systest%2Frun_test.sh;fp=robot-systest%2Frun_test.sh;h=038ea03698ac607a5ccd9a8ad513a23925915c07;hp=679245249343424ed46b2c44e00ea0175ebde4ad;hb=ef4e1f2187ed8ac9ee69ee9d37e0c91b664de9c2;hpb=321726f7804f92c56bb07ffb7301e3eb28daf574 diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index 6792452..038ea03 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