aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2016-06-02 23:05:45 +0200
committerJan Gelety <jgelety@cisco.com>2016-06-02 23:05:45 +0200
commit8f328d362ff6572ed0cb9692abf5d02c4d4d62fb (patch)
treee8f7a94d17ef2e38acc0f873d07a706fed1acf0f /bootstrap.sh
parentf244731483d7a52cf73c5bcaa4fbefce1297191b (diff)
CSIT-128: Remove EXPECTED_FAILING tag from VXLAN over IPv6 test cases
- update vpp build to version 16.09-rc0~47-g3419d0b~b214_amd64 in bootstrap.sh and bootstrap-vpp-verify-weekly.sh - remove tag EXPECTED_FAILING from VXLAN over IPv6 test cases as the VPP-98 is closed Change-Id: I377f7ee931424e6d38e918aeb9fc7ab450875631 Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index ee80247e01..c75f527735 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -110,7 +110,7 @@ if [ "${#}" -ne "0" ]; then
echo ${arr[0]}
else
rm -f *.deb
- VPP_STABLE_VER="16.09-rc0~33-g4b46c84~b200_amd64"
+ VPP_STABLE_VER="16.09-rc0~47-g3419d0b~b214_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