From: Mark Beierl Date: Thu, 15 Dec 2022 20:55:24 +0000 (-0500) Subject: Fixing typo X-Git-Tag: release-v14.0-start~34 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=commitdiff_plain;h=ef4e1f2187ed8ac9ee69ee9d37e0c91b664de9c2 Fixing typo Environment variable expansion had % instead of $ Change-Id: Ie84e93378fb654433b443afa26eeab6e210ad311 Signed-off-by: Mark Beierl --- 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