X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;h=9901269b54d87bd41ca1eb6ad9005ab61e2efd44;hb=205156554daf981d01c4f43c6a79f6519525916e;hp=b92e9f2931e4a1002859843b9712dc0c8f6f9b52;hpb=bde702f95563cf953c32f9bfd0587083a3fea26d;p=bottlenecks.git 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 }