diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-04-11 07:19:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-11 07:19:26 +0000 |
commit | e42f39095b44afb964e17abc9a4a57614105406e (patch) | |
tree | 19553bc67171274d107945424131d86c67c272f1 /run_tests.sh | |
parent | 9c18734887ec207073344d51e40bbe4da87178d7 (diff) | |
parent | 6e41152562cb076f2c822f155fd93e8d760bb4c7 (diff) |
Merge "rubbos testcase running entrance"
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 2 |
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") |