diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-06-07 17:01:24 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-06-10 23:27:52 +0200 |
commit | a74531b4483ae9122ba18e064cd20b8550039d21 (patch) | |
tree | 17a20010ea8637bdf2a0c42727cf6dc579df5485 /bootstrap-verify-perf.sh | |
parent | 800ff9b53f5c861e4625509d1403c1cb4606583b (diff) |
VPP startup config change (rss->txqueues)
JIRA: CSIT-153
Change-Id: I6908670003e02e8dc2971c0308c27baffaf19b66
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, 2 insertions, 2 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 925e3a6b98..aa6dde832f 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -19,8 +19,8 @@ TOPOLOGIES="topologies/available/lf_testbed1-X710-X520.yaml \ topologies/available/lf_testbed2-X710-X520.yaml \ topologies/available/lf_testbed3-X710-X520.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" +VPP_STABLE_VER="16.09-rc0~85-gc71c426~b252_amd64" +VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.master.ubuntu.trusty.main/content/io/fd/vpp/" # Reservation dir RESERVATION_DIR="/tmp/reservation_dir" |