diff options
author | Michael Lando <ml636r@att.com> | 2017-09-20 11:34:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-20 11:34:39 +0000 |
commit | e3ee242d4e19dc2d273694842f1b5d84f63c29b4 (patch) | |
tree | cde164478cc3c99c2048417b0b8bbe1b233e24c1 /sdc-os-chef/sdc-sanity/startup.sh | |
parent | 45274182ef025b0159831057e19106ac333e56c3 (diff) | |
parent | 9dde926417f80d93f4159be8164ed5b3d8790a75 (diff) |
Merge "Build sanity docker execute automation"
Diffstat (limited to 'sdc-os-chef/sdc-sanity/startup.sh')
-rw-r--r-- | sdc-os-chef/sdc-sanity/startup.sh | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/sdc-os-chef/sdc-sanity/startup.sh b/sdc-os-chef/sdc-sanity/startup.sh index 374a0e8c34..d4316c383f 100644 --- a/sdc-os-chef/sdc-sanity/startup.sh +++ b/sdc-os-chef/sdc-sanity/startup.sh @@ -6,13 +6,15 @@ chef-solo -c solo.rb -E ${CHEFNAME} rc=$? -if [[ $rc != 0 ]]; then - echo "Sanity failed !!!" - exit $rc -else - echo "completed successfully :-)" - exit 0 -fi +#if [[ $rc != 0 ]]; then +# echo "Sanity failed !!!" +# exit $rc +#else +# echo "completed successfully :-)" +# exit 0 +#fi -#/docker-entrypoint.sh +while true; do sleep 2; done + +##/docker-entrypoint.sh |