CSIT-564: Remove EXPECTED_FAILING tag from IPv4 + VLAN tests 52/9152/2
authorJan Gelety <jgelety@cisco.com>
Tue, 31 Oct 2017 14:17:52 +0000 (15:17 +0100)
committerJan Gelety <jgelety@cisco.com>
Tue, 7 Nov 2017 08:24:52 +0000 (08:24 +0000)
Change-Id: If491664f04ede03905640809dc060d264723a2a4
Signed-off-by: Jan Gelety <jgelety@cisco.com>
tests/vpp/func/ip4/eth2p-dot1q-ip4base-func.robot

index f206fe3..98bf796 100644 (file)
@@ -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}