From 6e41152562cb076f2c822f155fd93e8d760bb4c7 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Fri, 8 Apr 2016 04:27:16 -0400 Subject: rubbos testcase running entrance JIRA: BOTTLENECK-46 Change-Id: I652460595e024877744f9ce7399a0a50a9fa75f7 Signed-off-by: MatthewLi --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_tests.sh') diff --git a/run_tests.sh b/run_tests.sh index b87d2fcb..e6e90846 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -79,7 +79,7 @@ function run_test(){ #adjust config parameters, different test suite has different methods, take rubbos as an example #run test case, different test suite has different methods file={$BASEDIR}/testsuites/rubbos/testcase_cfg/{$i}.yaml - python ${BOTTLENECK_TOP_DIR}/testsuites/rubbos/run_rubbos.py $file + python ${BOTTLENECK_TOP_DIR}/testsuites/rubbos/run_rubbos.py -c $file done ;; "vstf") -- cgit 1.2.3-korg