summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2017-07-17 17:45:38 +0800
committerliyin <liyin11@huawei.com>2017-07-17 17:45:38 +0800
commit75f99aaeadada56dfc974746cd83fec275133a3c (patch)
treef916a3b19140a0e938205a94197e20c151df0113 /run_tests.sh
parentb26f701ab2327497b0e44f548ea18e24b1e6b0d9 (diff)
Bug fix of Bottlenecks can't use CLI
JIRA: BOTTLENECK-171 Bug fix of Bottlenecks can't use CLI to start test. Some docker-compose function delete to fit elk docker support. After this patch you could use bottlenecks testcase run posca_factor_ping to start this test. you also need to put the rc file to bottlenecks docker. Change-Id: I340e31185a499c81f9595a902df89d8f0ddf0cd3 Signed-off-by: liyin <liyin11@huawei.com>
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/run_tests.sh b/run_tests.sh
index b92e9f29..9901269b 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -103,13 +103,8 @@ function run_test(){
If you want to run VSTF, please refer to earlier releases."
;;
*)
- info "Composing up dockers"
- docker-compose -f /home/opnfv/bottlenecks/docker/bottleneck-compose/docker-compose.yml up -d
- info "Pulling tutum/influxdb for yardstick"
- docker pull tutum/influxdb:0.13
- sleep 5
info "Running posca $test_level: $test_exec"
- docker exec bottleneckcompose_bottlenecks_1 python ${POSCA_SUITE}/../run_testsuite.py $test_level $test_exec $REPORT
+ python ${POSCA_SUITE}/../run_testsuite.py $test_level $test_exec $REPORT
;;
esac
}