add ccsdk-sli-northbound
[infra/cicd.git] / jjb / cloud-infra / scripts / xtesting-healthcheck.sh
index 82eb18089ff57625aaea3774826d20b0fa2d4507..5b63fa26b68d1596595af990f6d16aa373e3a96e 100755 (executable)
@@ -25,10 +25,7 @@ set -o pipefail
 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"
-  echo "Info  : Testing of offline deployments is not currently supported! switching to online mode"
-  export EXECUTION_MODE=$(echo "$EXECUTION_MODE" | sed 's/offline/online/g')
-  TEST_ROOT_DIR="$WORKSPACE"
+  TEST_ROOT_DIR="/opt/test/offline/git/test"
 else
   TEST_ROOT_DIR="$WORKSPACE"
 fi