diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-05-19 16:36:48 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-05-31 11:05:07 +0200 |
commit | ca55b7289dab93e87bf2a6dff183c3478f085565 (patch) | |
tree | fdaad7f90aefc8aa3faced59952a87125e8db5b9 /bootstrap.sh | |
parent | 3b4ed04d3bd70f306680aa368c02c5eab078b0df (diff) |
CSIT-98: MAC split-horizon group, part II
- test cases to test MAC split-horizon group functionality together
with VXLAN tunnel over IPv4 and over IPv6
- two IPv6 tests tagged EXPECTED_FAILING until VPP-98 is closed
- added update of bootstrap.sh - vpp build updated to version
16.09-rc0~33-g4b46c84~b200_amd64
Change-Id: I1da6a98b11f5c39cd114abb35bb8f398cbbebf63
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index d1ca2f4606..9c7db03b01 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -110,8 +110,8 @@ if [ "${#}" -ne "0" ]; then echo ${arr[0]} else rm -f *.deb - VPP_STABLE_VER="1.0.0-451~g686a5a5_amd64" - VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.dev/content/io/fd/vpp" + VPP_STABLE_VER="16.09-rc0~33-g4b46c84~b200_amd64" + VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.master.ubuntu.trusty.main/content/io/fd/vpp" wget -q "${VPP_REPO_URL}/vpp/${VPP_STABLE_VER}/vpp-${VPP_STABLE_VER}.deb" || exit wget -q "${VPP_REPO_URL}/vpp-dbg/${VPP_STABLE_VER}/vpp-dbg-${VPP_STABLE_VER}.deb" || exit wget -q "${VPP_REPO_URL}/vpp-dev/${VPP_STABLE_VER}/vpp-dev-${VPP_STABLE_VER}.deb" || exit |