diff options
author | mei mei <meimei@huawei.com> | 2018-08-29 01:24:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-29 01:24:11 +0000 |
commit | 15ccaf5db6e057878c2ebd12abdf6c0636adc29b (patch) | |
tree | f6e0a25c62f912307525958dea11c898147c5484 | |
parent | 154d28f15e15a1700c95443c14bb4463f5fe69ec (diff) | |
parent | 944c43aa00ca2612f4281cb5f9011401a9cffb53 (diff) |
Merge "Add option --deploy-scenario <deploy_scenario_name> to support DPDK"
-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 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} |