add ccsdk-sli-northbound
[infra/cicd.git] / jjb / cloud-infra / scripts / xtesting-healthcheck.sh
index b480989bb35718803b3b8889d4046170b9d83963..5b63fa26b68d1596595af990f6d16aa373e3a96e 100755 (executable)
@@ -24,12 +24,18 @@ 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')
 
+if [[ "$EXECUTION_MODE" == "offline-test" ]]; then
+  TEST_ROOT_DIR="/opt/test/offline/git/test"
+else
+  TEST_ROOT_DIR="$WORKSPACE"
+fi
+
 echo "Info  : Cloning infra/test repository"
 cd $HOME && /bin/rm -rf $WORKSPACE
 git clone -q $TEST_REPO_URL $WORKSPACE
 
 
-cd $WORKSPACE/test
+cd "$TEST_ROOT_DIR/test"
 ./test.sh -s "$STACK_TYPE" -b "$BRANCH" -c "$DEPLOY_SCENARIO" -f "$TEST_FW" -t "$TEST_SUITE" \
     -o /tmp/openrc -i /tmp/inventory.ini -y -v