X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=98855a7be1dc8ea5576174f95b1cda4119e5b4a1;hp=d3b1f03929ed3c7347e8575298a810e3b0ec9cc7;hb=f92c0509b068c8998653bb931f93d7d4720b71f1;hpb=c754789176b1a3ca00a129d3d207aa5a6bad7c27 diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index d3b1f03929..98855a7be1 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -15,7 +15,9 @@ set -x # Space separated list of available testbeds, described by topology files -TOPOLOGIES="topologies/available/lf_testbed3.yaml" +TOPOLOGIES="topologies/available/lf_testbed1.yaml \ + topologies/available/lf_testbed2.yaml \ + topologies/available/lf_testbed3.yaml" SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" @@ -345,7 +347,6 @@ case "$TEST_TAG" in pybot ${PYBOT_ARGS} \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ -s "tests.vpp.perf" \ - -i THIS \ tests/ RETURN_STATUS=$(echo $?) esac