Fix test docker readiness check
[sdc.git] / test-apis-ci / sdc-api-tests / startup.sh
index 349741c..80faeea 100644 (file)
@@ -6,9 +6,12 @@ chef-solo -c solo.rb -E ${ENVNAME}
 rc=$?
 
 if [[ $rc != 0 ]]; then
-   echo "Sanity failed !!!"
+   echo "Startup failed !!!"
    exit $rc
 else
-   echo "completed successfully :-)"
-   exit 0
-fi
\ No newline at end of file
+# Note that the output below is monitored in CSIT by
+# sdc/sdc-os-chef/scripts/docker_run.sh
+# If this text is changed, docker_run.sh check for sdc-api-tests docker
+# startup must be adjusted accordingly!
+   echo "Startup completed successfully"
+fi