X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fscripts%2Fxtesting-healthcheck.sh;h=7305a14c0f584df0d415d84139392762a83645c9;hb=26a5f16dbc5fdd8e213a33ea863df059a64d0149;hp=a85c3a755520c8b8bf927a9852bc1ada1f252d35;hpb=84ad39081320894a896aa93659c11cb7c237fcb9;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/scripts/xtesting-healthcheck.sh b/jjb/cloud-infra/scripts/xtesting-healthcheck.sh index a85c3a75..7305a14c 100755 --- a/jjb/cloud-infra/scripts/xtesting-healthcheck.sh +++ b/jjb/cloud-infra/scripts/xtesting-healthcheck.sh @@ -25,12 +25,8 @@ echo "Info : Cloning infra/test repository" cd $HOME && /bin/rm -rf $WORKSPACE git clone -q $TEST_REPO_URL $WORKSPACE -# NOTE (eprasad): we need to override execution mode variable coming from change.properties file -if [[ "$CI_LOOP" != "release" ]]; then - export EXECUTION_MODE=$(echo "$EXECUTION_MODE" | sed 's/deployment/test/g') -else - export EXECUTION_MODE=online-test -fi +# 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" \