X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fscripts%2Fxtesting-healthcheck.sh;fp=jjb%2Fcloud-infra%2Fscripts%2Fxtesting-healthcheck.sh;h=ad46583ed103013a285a2b38c527dba3e4659887;hb=6d37f5d3773d3879a1ab8a286a40037883d7f358;hp=7305a14c0f584df0d415d84139392762a83645c9;hpb=b8676c5a17f1d0f9cff37b6f22bc186510ecc429;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/scripts/xtesting-healthcheck.sh b/jjb/cloud-infra/scripts/xtesting-healthcheck.sh index 7305a14c..ad46583e 100755 --- a/jjb/cloud-infra/scripts/xtesting-healthcheck.sh +++ b/jjb/cloud-infra/scripts/xtesting-healthcheck.sh @@ -25,8 +25,6 @@ echo "Info : Cloning infra/test repository" cd $HOME && /bin/rm -rf $WORKSPACE git clone -q $TEST_REPO_URL $WORKSPACE -# Note (eprasad): Set execution mode -export EXECUTION_MODE=online-test cd $WORKSPACE/test ./test.sh -s "$STACK_TYPE" -b "$BRANCH" -c "$DEPLOY_SCENARIO" -f "$TEST_FW" -t "$TEST_SUITE" \