diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-10-31 15:17:52 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-11-07 08:24:52 +0000 |
commit | ca3d2b055881f4b69ba6bcd177981b5803ac439b (patch) | |
tree | 37594347e3a1cf5f07ef5037d2e344709c646dbc /tests/vpp/func/ip4 | |
parent | cf178c51503d9fc9d24d5d7d3870ed6f7cd1ab9b (diff) |
CSIT-564: Remove EXPECTED_FAILING tag from IPv4 + VLAN tests
Change-Id: If491664f04ede03905640809dc060d264723a2a4
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/func/ip4')
-rw-r--r-- | tests/vpp/func/ip4/eth2p-dot1q-ip4base-func.robot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/vpp/func/ip4/eth2p-dot1q-ip4base-func.robot b/tests/vpp/func/ip4/eth2p-dot1q-ip4base-func.robot index f206fe3d64..98bf796226 100644 --- a/tests/vpp/func/ip4/eth2p-dot1q-ip4base-func.robot +++ b/tests/vpp/func/ip4/eth2p-dot1q-ip4base-func.robot @@ -55,8 +55,6 @@ | | ... | encaps_rx=Dot1q | vlan_rx=${tag_2} | TC02: Process tagged send untagged -# It doesn't work with virtio -| | [Tags] | EXPECTED_FAILING | | Given Vlan Test Setup | | Then Send packet and verify headers | | ... | ${tg_node} | ${ip4_net2_2} | ${ip4_net0_2} | ${tg_to_dut_if2} @@ -65,8 +63,6 @@ | | ... | encaps_tx=Dot1q | vlan_tx=${tag_2} | TC03: Process tagged send tagged -# It doesn't work with virtio -| | [Tags] | EXPECTED_FAILING | | Given Vlan Test Setup | | Then Send packet and verify headers | | ... | ${tg_node} | ${ip4_net1_2} | ${ip4_net2_2} | ${tg_to_dut_if2} |