diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-06-12 21:30:31 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-06-18 12:18:55 +0200 |
commit | d083299afec22ed6af106b97c3fe9d9f2694b801 (patch) | |
tree | 465021451041be9bfdebaa2cc9caf2fd14ea0961 | |
parent | fc5f239ab548898d82c55b0ceaae3dde3be98318 (diff) |
16.06_amd64 released image for stable/1606
Change-Id: I2499e57383fa135be2f67641a1a4139d0b230126
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
-rw-r--r-- | VPP_STABLE_VER | 2 | ||||
-rwxr-xr-x | bootstrap-verify-perf.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/VPP_STABLE_VER b/VPP_STABLE_VER index f35ad8fd8e..7a0c927dfe 100644 --- a/VPP_STABLE_VER +++ b/VPP_STABLE_VER @@ -1 +1 @@ -16.06-rc3~8-g584b99a~b33_amd64 +16.06_amd64 diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 8bf7f796a2..7e8449be50 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.06_amd64" +VPP_REPO_URL="https://nexus.fd.io/content/repositories/fd.io.stable.1606.ubuntu.trusty.main/io/fd/vpp/" # Reservation dir RESERVATION_DIR="/tmp/reservation_dir" |