X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;h=9901269b54d87bd41ca1eb6ad9005ab61e2efd44;hb=refs%2Fheads%2Fstable%2Fdanube;hp=411042089ff72ca8035fd2bc8a7c1fdaaeb1a1c1;hpb=1dbf2fafe88c6862aa7d89c2a6fad6709f13367f;p=bottlenecks.git diff --git a/run_tests.sh b/run_tests.sh index 41104208..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_posca.py $test_level $test_exec $REPORT + python ${POSCA_SUITE}/../run_testsuite.py $test_level $test_exec $REPORT ;; esac }