X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fscripts%2Fxtesting-infra-healthcheck.sh;fp=jjb%2Fcloud-infra%2Fscripts%2Fxtesting-infra-healthcheck.sh;h=b480989bb35718803b3b8889d4046170b9d83963;hb=3042198b0c5af96df5872f6eb3e9e116f7170264;hp=ad46583ed103013a285a2b38c527dba3e4659887;hpb=7d59effce907d6d45d7c1809f57c2236e1c66774;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/scripts/xtesting-infra-healthcheck.sh b/jjb/cloud-infra/scripts/xtesting-infra-healthcheck.sh index ad46583e..b480989b 100755 --- a/jjb/cloud-infra/scripts/xtesting-infra-healthcheck.sh +++ b/jjb/cloud-infra/scripts/xtesting-infra-healthcheck.sh @@ -21,6 +21,9 @@ set -o errexit set -o pipefail +# NOTE (eprasad) we need to override execution mode variable to mode supported by test framework +export EXECUTION_MODE=$(echo "$EXECUTION_MODE" | sed 's/deployment/test/g') + echo "Info : Cloning infra/test repository" cd $HOME && /bin/rm -rf $WORKSPACE git clone -q $TEST_REPO_URL $WORKSPACE