diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-05-09 18:23:43 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-05-19 14:46:06 +0000 |
commit | c2f8b62e978c4f5f29fa3ad3ccba6683a9f3ea85 (patch) | |
tree | 724927203f6e420b24d014e47bc165941c53670e /bootstrap-verify-perf.sh | |
parent | a881153db68401e040f37262d60b5d5e3cc486ac (diff) |
TB1 topology file with X520-DA2 NICs only
JIRA: CSIT-8
Change-Id: I9c4d5d5502ed6e387a93e545c30278618a14a7fc
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 16dd536456..1dd4e8ae7b 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_testbed2-710-520.yaml" +TOPOLOGIES="topologies/available/lf_testbed1-710-520.yaml \ + topologies/available/lf_testbed2-710-520.yaml" + VPP_STABLE_VER="1.0.0-437~g8f15e92_amd64" VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.dev/content/io/fd/vpp" |