diff options
author | Yu Yang (Gabriel) <Gabriel.yuyang@huawei.com> | 2016-11-30 09:19:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-30 09:19:26 +0000 |
commit | 655a917b161a458d3c4446e4e5e4b208a04f3ade (patch) | |
tree | 75cc670b11e3d360f976c183e2e70bc01192f024 /run_tests.sh | |
parent | e78407bcfa9f4806f2d2605136b4cd84725510f5 (diff) | |
parent | ab7055e7dafc6a1cf2f9b1daf755602ec437b9bf (diff) |
Merge "POSCA test case complete"
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 62f87386..c03b1988 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -121,7 +121,7 @@ function run_test(){ #adjust config parameters #run test case file=${BASEDIR}/testsuites/posca/testcase_cfg/${i}.yaml - python /home/opnfv/bottlenecks/testsuites/posca/run_posca.py -c $file + python /home/opnfv/bottlenecks/testsuites/posca/run_posca.py -c ${i} done ;; esac |