summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2016-11-30 12:27:53 +0800
committerAce Lee <liyin11@huawei.com>2016-11-30 06:41:29 +0000
commitab7055e7dafc6a1cf2f9b1daf755602ec437b9bf (patch)
treed8ebcd665b3103eb7b0256af9f189b979f0d7005 /run_tests.sh
parentafea25c89a2d1ae1b1c7ca6641652c0adc0dba02 (diff)
POSCA test case complete
JIRA: BOTTLENECK-107 JIRA: BOTTLENECK-106 This patch has done the flowings: 1.Using the RESTful API form yardstick 2.Common function reuse. 3.If there is no test_ip it would use host ip and port as test_ip. 4.A little demo of dashboard. Now is can't work Change-Id: I1063176c762c40238019c73f5359f23bc5aab19c Signed-off-by: liyin <liyin11@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 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