aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/sdc-ui-tests/startup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ui-ci/sdc-ui-tests/startup.sh')
-rw-r--r--ui-ci/sdc-ui-tests/startup.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/ui-ci/sdc-ui-tests/startup.sh b/ui-ci/sdc-ui-tests/startup.sh
index 4700e68fee..9078980666 100644
--- a/ui-ci/sdc-ui-tests/startup.sh
+++ b/ui-ci/sdc-ui-tests/startup.sh
@@ -8,9 +8,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
+# 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-ui-tests docker
+# startup must be adjusted accordingly!
+ echo "Startup completed successfully"
fi