From: garciadeblas Date: Thu, 18 May 2023 13:06:49 +0000 (+0200) Subject: Fix error message in run_test.sh for create_k8scluster X-Git-Tag: release-v14.0-start~27 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=commitdiff_plain;h=c753f67c813fa82926b3d64db759fd7d0d7aa2cc Fix error message in run_test.sh for create_k8scluster Change-Id: Ice2e0bc5e829e31a81cbde30ea6784de64d8ca63 Signed-off-by: garciadeblas --- 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 }