X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdovetail%2Fdovetail-run.sh;h=23fbe9b6d8024b1cab7fe8a4ca06cd14dc9204e8;hb=15ccaf5db6e057878c2ebd12abdf6c0636adc29b;hp=ad5418c6d82cbe4e5bf56530a0c2fc21e3ae0d80;hpb=154d28f15e15a1700c95443c14bb4463f5fe69ec;p=releng.git diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index ad5418c6d..23fbe9b6d 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -373,7 +373,7 @@ else testarea="--testarea ${TESTAREA}" fi -run_cmd="dovetail run ${testsuite} ${testarea} -d -r" +run_cmd="dovetail run ${testsuite} ${testarea} --deploy-scenario ${DEPLOY_SCENARIO} -d -r" echo "Container exec command: ${run_cmd}" docker exec $container_id ${run_cmd}