X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;h=9901269b54d87bd41ca1eb6ad9005ab61e2efd44;hb=75f99aaeadada56dfc974746cd83fec275133a3c;hp=b92e9f2931e4a1002859843b9712dc0c8f6f9b52;hpb=b26f701ab2327497b0e44f548ea18e24b1e6b0d9;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 }