diff options
author | xudan <xudan16@huawei.com> | 2018-08-22 21:52:41 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-08-22 21:52:41 -0400 |
commit | 944c43aa00ca2612f4281cb5f9011401a9cffb53 (patch) | |
tree | 0bd9a840880bc1785539c555dbd8e9ad8cdcd019 | |
parent | 38ca028551d2e498fdfe41627f8bf79a43a6a0fa (diff) |
Add option --deploy-scenario <deploy_scenario_name> to support DPDK
JIRA: DOVETAIL-729
Change-Id: I78c464300e329a9356cffa81e53263912486c2c2
Signed-off-by: xudan <xudan16@huawei.com>
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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} |