aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-04-05 09:31:30 +0000
committerPeter Mikus <pmikus@cisco.com>2018-04-05 09:31:30 +0000
commit20ebb7aa4f5ab46206b472fc52b24e354bbc8dc4 (patch)
tree68bdcd62167c54d4b8849e020c14ee2a80bfea8a /bootstrap-verify-perf.sh
parentc754789176b1a3ca00a129d3d207aa5a6bad7c27 (diff)
Revert "FIX: Change plugin default behavior for Container tests"
This reverts commit c754789176b1a3ca00a129d3d207aa5a6bad7c27. Change-Id: Ic1bbe8fac0d98f41aa8b1b57da0c7a147111340b Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-xbootstrap-verify-perf.sh5
1 files changed, 3 insertions, 2 deletions
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