From c753f67c813fa82926b3d64db759fd7d0d7aa2cc Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 18 May 2023 15:06:49 +0200 Subject: [PATCH] Fix error message in run_test.sh for create_k8scluster Change-Id: Ice2e0bc5e829e31a81cbde30ea6784de64d8ca63 Signed-off-by: garciadeblas --- robot-systest/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.17.1