Merge "Add option --deploy-scenario <deploy_scenario_name> to support DPDK"
authormei mei <meimei@huawei.com>
Wed, 29 Aug 2018 01:24:11 +0000 (01:24 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 29 Aug 2018 01:24:11 +0000 (01:24 +0000)
jjb/dovetail/dovetail-run.sh

index ad5418c..23fbe9b 100755 (executable)
@@ -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}