summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-04-08 04:27:16 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-04-08 05:11:49 -0400
commit6e41152562cb076f2c822f155fd93e8d760bb4c7 (patch)
tree6b7433a89ef0004f990787ab97d9623d4a587bd6 /run_tests.sh
parent4ec71cc3e334b42e0257ec8cf8a85a778a817e56 (diff)
rubbos testcase running entrance
JIRA: BOTTLENECK-46 Change-Id: I652460595e024877744f9ce7399a0a50a9fa75f7 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
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")