diff options
author | pmikus <pmikus@cisco.com> | 2016-06-21 09:05:32 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-06-21 08:51:48 +0000 |
commit | 2059511d5d9d6c89c3dea852ac77e470d7f49265 (patch) | |
tree | 9f795411fac3c54ff38d919fd4b27acdd138395b /bootstrap-verify-perf.sh | |
parent | 9cc4cf495cb6e956392b2e7470cef1925ea4d99d (diff) |
Change VPP repo URL
- Change VPP repo URL
Change-Id: Ibe59481b1a5d0aa615ad1fbe92009415979de016
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 5ea4277236..c6619f9ea9 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/content/repositories/fd.io.master.ubuntu.trusty.main/io/vpp/" +VPP_REPO_URL="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/io/fd/vpp/" # Reservation dir RESERVATION_DIR="/tmp/reservation_dir" |