X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Frun_test.sh;h=01792ddf205d9e3472a2a613fac53c83dca72d94;hb=62a540df9a8d122d437b8536cc3bccecde327e7e;hp=038ea03698ac607a5ccd9a8ad513a23925915c07;hpb=26777da970e43bf2d6313d0c15a950a0eee15b47;p=osm%2Ftests.git diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index 038ea03..01792dd 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -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 }