X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Frun_test.sh;h=01792ddf205d9e3472a2a613fac53c83dca72d94;hb=245b04f08965d65f323de1197c082468829b6bf6;hp=038ea03698ac607a5ccd9a8ad513a23925915c07;hpb=ef4e1f2187ed8ac9ee69ee9d37e0c91b664de9c2;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 }