Fix error message in run_test.sh for create_k8scluster
[osm/tests.git] / robot-systest / run_test.sh
index 038ea03..01792dd 100755 (executable)
@@ -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
 }