X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fengine%2Fscripts%2Ffunctest.sh;h=6438dda762986e33206384c1ac9687c62b0d5f15;hb=5db1c8f0c5590b4030dc33ee259927782dabae6b;hp=14a2b0cb7d94537e721c1136fa3bddc368466081;hpb=bd007e1ae6dc49eb1c0e47442fe8a9226fd1a5a9;p=infra%2Fcicd.git diff --git a/jjb/engine/scripts/functest.sh b/jjb/engine/scripts/functest.sh index 14a2b0cb..6438dda7 100755 --- a/jjb/engine/scripts/functest.sh +++ b/jjb/engine/scripts/functest.sh @@ -42,7 +42,11 @@ echo "Info : Cloning infra/test repository" cd $HOME && /bin/rm -rf $WORKSPACE git clone -q $TEST_REPO_URL $WORKSPACE +# NOTE (fdegir): we need to override execution mode variable coming from change.properties file +export EXECUTION_MODE=$(echo "$EXECUTION_MODE" | sed 's/deployment/test/g') + cd $WORKSPACE/test -./test.sh -f $TEST_FW -t $TEST_SUITE -s $STACK_TYPE -y $YARDSTICK_DISPATCHER -d +./test.sh -s "$STACK_TYPE" -b "$STACK_VERSION" -c "$DEPLOY_SCENARIO" -f "$TEST_FW" -t "$TEST_SUITE" \ + -o /tmp/openrc -i /tmp/inventory.ini -y "$YARDSTICK_DISPATCHER" -v # vim: set ts=2 sw=2 expandtab: