summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-03-28 09:16:27 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-03-28 09:16:27 +0000
commit87d58363042410a1641fd97734d45c17b4acb0e5 (patch)
tree6961c5bc2f77029f77a6a1869a133efba0d59c08 /run_tests.sh
parentc61fcf46ecabd718f92541e2de53ed027b241f78 (diff)
parent3c0f6d5ced2474240fa14f5594b84c527767edca (diff)
Merge "improvement: rubbos test suite running workflow"
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 9ae89b17..b87d2fcb 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -67,7 +67,7 @@ function run_test(){
case $test_suite in
"rubbos")
info "Running rubbos test suite"
- test_file="/home/opnfv/bottlenecks/testsuite/rubbos/testsuite_story/rubbos_story1"
+ test_file="/home/opnfv/bottlenecks/testsuites/rubbos/testsuite_story/rubbos_story1"
if [[ -f $test_file ]]; then
testcases=($(cat $test_file))
else
@@ -78,7 +78,8 @@ function run_test(){
check_testcase -rubbos $i
#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
done
;;
"vstf")