X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;fp=run_tests.sh;h=b92e9f2931e4a1002859843b9712dc0c8f6f9b52;hb=bde702f95563cf953c32f9bfd0587083a3fea26d;hp=411042089ff72ca8035fd2bc8a7c1fdaaeb1a1c1;hpb=c821b792db011dbbe1c70d256fadbe9c745570ff;p=bottlenecks.git diff --git a/run_tests.sh b/run_tests.sh index 41104208..b92e9f29 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -109,7 +109,7 @@ function run_test(){ 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 + docker exec bottleneckcompose_bottlenecks_1 python ${POSCA_SUITE}/../run_testsuite.py $test_level $test_exec $REPORT ;; esac }