From: xudan Date: Thu, 23 Aug 2018 01:52:41 +0000 (-0400) Subject: Add option --deploy-scenario to support DPDK X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=944c43aa00ca2612f4281cb5f9011401a9cffb53;hp=38ca028551d2e498fdfe41627f8bf79a43a6a0fa;p=releng.git Add option --deploy-scenario to support DPDK JIRA: DOVETAIL-729 Change-Id: I78c464300e329a9356cffa81e53263912486c2c2 Signed-off-by: xudan --- diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index b60ba7dc4..bdc8c8640 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}