diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-01-08 15:01:10 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-01-09 07:52:19 +0000 |
commit | e9fd036d69ab8e80f2a695d4b2dbfe5da2b9c757 (patch) | |
tree | 6108f45736514897e5d7162abde18ac29caffc78 | |
parent | 5075d208e29ece6bfd8cf4aa5289dd0b2ade583c (diff) |
performance tests update
Change-Id: If199757123974cf0889c2284ffc5c37ea9b18e7c
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
-rwxr-xr-x | bootstrap-hc2vpp-perf.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap-hc2vpp-perf.sh b/bootstrap-hc2vpp-perf.sh index 1cbf60b8c8..f581b16115 100755 --- a/bootstrap-hc2vpp-perf.sh +++ b/bootstrap-hc2vpp-perf.sh @@ -19,9 +19,9 @@ OS=$2 ODL=$3 # Space separated list of available testbeds, described by topology files -TOPOLOGIES="topologies/available/lf_testbed1.yaml \ - topologies/available/lf_testbed2.yaml \ - topologies/available/lf_testbed3.yaml" +TOPOLOGIES="topologies/available/lf_3n_hsw_testbed1.yaml \ + topologies/available/lf_3n_hsw_testbed2.yaml \ + topologies/available/lf_3n_hsw_testbed3.yaml" SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |