X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Ffunc%2Fip4%2Feth2p-dot1q-ip4base-func.robot;h=d5b89ec594a4d3be0c3739f852591100959188f5;hp=f206fe3d64345ebba728553695b388685c16f1e8;hb=ea01cd131903bb89b4e39d58d48dba9e35966d59;hpb=6721e7f09aa95bff6622068332a3f56afad9c87b diff --git a/tests/vpp/func/ip4/eth2p-dot1q-ip4base-func.robot b/tests/vpp/func/ip4/eth2p-dot1q-ip4base-func.robot index f206fe3d64..d5b89ec594 100644 --- a/tests/vpp/func/ip4/eth2p-dot1q-ip4base-func.robot +++ b/tests/vpp/func/ip4/eth2p-dot1q-ip4base-func.robot @@ -20,6 +20,7 @@ | Library | resources.libraries.python.Trace | Library | resources.libraries.python.IPv6Util | Force Tags | 3_NODE_DOUBLE_LINK_TOPO | VM_ENV | HW_ENV | VPP_VM_ENV +| ... | SKIP_VPP_PATCH | Test Setup | Set up functional test | Test Teardown | Tear down functional test | Documentation | *IPv4 with VLAN subinterfaces* @@ -55,8 +56,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 +64,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}