diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-06-02 23:05:45 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-06-02 23:05:45 +0200 |
commit | 8f328d362ff6572ed0cb9692abf5d02c4d4d62fb (patch) | |
tree | e8f7a94d17ef2e38acc0f873d07a706fed1acf0f /tests | |
parent | f244731483d7a52cf73c5bcaa4fbefce1297191b (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 'tests')
-rw-r--r-- | tests/suites/vxlan/vxlan_bd_untagged.robot | 4 |
1 files changed, 2 insertions, 2 deletions
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']} |