X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fscripts%2Fedgex%2Fverifyedgex.sh;h=c693d305eb6337eb5004cd1d15e68e284fe3854b;hb=072b7aef359b6a2ee2fd59af672a1f17c6db3412;hp=b1af3af5de6eb38ecf48f5f9ad3bcc4d1e7c1a98;hpb=c19ae19ceb20a1c47d53e5d2a482f6f4fd5cfa38;p=eliot.git diff --git a/blueprints/iotgateway/scripts/edgex/verifyedgex.sh b/blueprints/iotgateway/scripts/edgex/verifyedgex.sh index b1af3af..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 deployed on ELIOT !!!!" + echo "Edgex Platform Deployment integration on IOT Gateway---------------------SUCCESS" break fi ((retrytimes-=1))