aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bootstrap-vpp-verify-weekly.sh2
-rwxr-xr-xbootstrap.sh2
-rw-r--r--tests/suites/vxlan/vxlan_bd_untagged.robot4
3 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap-vpp-verify-weekly.sh b/bootstrap-vpp-verify-weekly.sh
index 6142cb2a5b..1860429956 100644
--- a/bootstrap-vpp-verify-weekly.sh
+++ b/bootstrap-vpp-verify-weekly.sh
@@ -69,7 +69,7 @@ if [ "${#}" -ne "0" ]; then
arr=(${@})
echo ${arr[0]}
else
- 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
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
diff --git a/tests/suites/vxlan/vxlan_bd_untagged.robot b/tests/suites/vxlan/vxlan_bd_untagged.robot
index 5ce93e04b6..63328b3e01 100644
--- a/tests/suites/vxlan/vxlan_bd_untagged.robot
+++ b/tests/suites/vxlan/vxlan_bd_untagged.robot
@@ -234,7 +234,7 @@
| | ... | Create two bridge domains (learning enabled) on the second
| | ... | VPP node and add one VXLAN interface and one interface
| | ... | toward TG to each of them. Check traffic bidirectionally.
-| | [Tags] | 3_NODE_DOUBLE_LINK_TOPO | EXPECTED_FAILING
+| | [Tags] | 3_NODE_DOUBLE_LINK_TOPO
| | Given Path for 3-node BD-SHG testing is set | ${nodes['TG']}
| | ... | ${nodes['DUT1']}
| | ... | ${nodes['DUT2']}
@@ -303,7 +303,7 @@
| | ... | Create two bridge domains (learning enabled) on the second
| | ... | VPP node and add one VXLAN interface and one interface
| | ... | toward TG to each of them. Check traffic bidirectionally.
-| | [Tags] | 3_NODE_DOUBLE_LINK_TOPO | EXPECTED_FAILING
+| | [Tags] | 3_NODE_DOUBLE_LINK_TOPO
| | Given Path for 3-node BD-SHG testing is set | ${nodes['TG']}
| | ... | ${nodes['DUT1']}
| | ... | ${nodes['DUT2']}