diff options
author | pmikus <pmikus@cisco.com> | 2016-06-17 08:27:45 +0100 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2016-06-17 08:45:50 +0100 |
commit | 5366e62fe11d587e67f7420ed86ceeb57ec4569e (patch) | |
tree | 1832eac98a7fa63c8a93d8af9dfba78a02be29ff /bootstrap-verify-perf.sh | |
parent | 5ed29e1e1c5a76b3c64525e31aca3cf19e2cd5b0 (diff) |
Change VPP repo URL
- Change VPP repo URL
Change-Id: I1ee06a809f15475e7871ec2840d90495b0054cc5
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index b963bb7049..5ea4277236 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -20,7 +20,7 @@ TOPOLOGIES="topologies/available/lf_testbed1-X710-X520.yaml \ topologies/available/lf_testbed3-X710-X520.yaml" 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/" +VPP_REPO_URL="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/io/vpp/" # Reservation dir RESERVATION_DIR="/tmp/reservation_dir" |