X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;h=3bf18c628c35d5fbb23d8ae11a30cd7bed460a3f;hb=16bb5e7d7745aab049d1a6810cef1ee620afa9cc;hp=ec237a593f682f5de516736d6eab57f1362f426d;hpb=ad12c5707ac1191063af5cd33d54dd30ff649787;p=bottlenecks.git diff --git a/run_tests.sh b/run_tests.sh index ec237a59..3bf18c62 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -17,12 +17,12 @@ where: -h|--help show the help text -s|--teststory run specific test story one of the following: - (rubbos, vstf, posca_factor_test) + (posca_factor_test) user can also define their own test story and pass as var to this file, please refer to testsuites/posca/testsuite_story/ for details -c|--testcase run specific test case one of the following: - (posca_factor_system_bandwidth, posca_factor_ping) + (posca_factor_ping, posca_factor_soak_throughputs, ...) --cleanup cleanup test dockers runing when test is done (false by default) --report push results to DB (false by default) @@ -179,4 +179,5 @@ if [[ ${cleanup} == true ]]; then bash ${BASEDIR}/docker/docker_cleanup.sh -d influxdb --debug bash ${BASEDIR}/docker/docker_cleanup.sh -d bottlenecks --debug bash ${BASEDIR}/docker/docker_cleanup.sh -d yardstick --debug + bash ${BASEDIR}/docker/docker_cleanup.sh -d elk --debug fi