X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fscripts%2Fedgex%2Fverifyedgex.sh;h=c693d305eb6337eb5004cd1d15e68e284fe3854b;hb=49b2a10b484a7da1da41c89ea0c986c80b2ba266;hp=95fea1fc59809be0466973f3d41b97286b9a8eab;hpb=55f3bd1a6d9ecf13246d9dedf6dcd78a60d56e4c;p=eliot.git diff --git a/blueprints/iotgateway/scripts/edgex/verifyedgex.sh b/blueprints/iotgateway/scripts/edgex/verifyedgex.sh index 95fea1f..c693d30 100644 --- a/blueprints/iotgateway/scripts/edgex/verifyedgex.sh +++ b/blueprints/iotgateway/scripts/edgex/verifyedgex.sh @@ -28,7 +28,7 @@ retrytimes=20 while [ $retrytimes -gt 0 ] do if [ 12 == "$(kubectl get pods | grep edgex | grep Running | wc -l)" ]; then - echo "Edgex Platform is successfully integrated on ELIOT IOT-Gateway!!!!" + echo "Edgex Platform Deployment integration on IOT Gateway---------------------SUCCESS" break fi ((retrytimes-=1))