diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-07-25 13:31:16 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-08-06 08:43:22 +0000 |
commit | ea01cd131903bb89b4e39d58d48dba9e35966d59 (patch) | |
tree | c3fdd6cae01a7343ef9c15c96c29fcd802d76459 /tests/vpp/func/ip4 | |
parent | 76349c39381556bfdada101a8637f66b561276e2 (diff) |
CSIT_VIRL phased migration, prio P0 - apply SKIP_VPP_PATCH tag
Jira: CSIT-1137
Change-Id: I06e00e25060c36a1e7bd5b70bce1f203c1509ef5
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/func/ip4')
5 files changed, 5 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 98bf796226..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* diff --git a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4arp-func.robot b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4arp-func.robot index 8d93aec58a..310e50dc3a 100644 --- a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4arp-func.robot +++ b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4arp-func.robot @@ -20,7 +20,7 @@ | Resource | resources/libraries/robot/l2/l2_xconnect.robot | Resource | resources/libraries/robot/shared/traffic.robot | Library | resources.libraries.python.Trace -| Force Tags | HW_ENV | VM_ENV | 3_NODE_SINGLE_LINK_TOPO +| Force Tags | HW_ENV | VM_ENV | 3_NODE_SINGLE_LINK_TOPO | SKIP_VPP_PATCH | Test Setup | Set up functional test | Test Teardown | Tear down functional test | Documentation | *IPv4 ARP test cases* diff --git a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4dhcpclient-func.robot b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4dhcpclient-func.robot index 5960e83797..73efbdb6cf 100644 --- a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4dhcpclient-func.robot +++ b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4dhcpclient-func.robot @@ -17,7 +17,7 @@ | Resource | resources/libraries/robot/features/dhcp_client.robot | Resource | resources/libraries/robot/ip/ip4.robot | Library | resources.libraries.python.Trace -| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO +| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO | SKIP_VPP_PATCH | Test Setup | Set up functional test | Test Teardown | Tear down functional test | Documentation | *DHCPv4 Client related test cases* diff --git a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4ecmp-func.robot b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4ecmp-func.robot index 67640443c7..2a2b55b1a3 100644 --- a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4ecmp-func.robot +++ b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4ecmp-func.robot @@ -20,7 +20,7 @@ | Resource | resources/libraries/robot/ip/ip4.robot | Resource | resources/libraries/robot/shared/traffic.robot | Library | resources.libraries.python.Trace -| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO +| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO | SKIP_VPP_PATCH | Test Setup | Set up functional test | Test Teardown | Tear down functional test | Documentation | *Ipv4 Multipath routing test cases* diff --git a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4proxyarp-func.robot b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4proxyarp-func.robot index 8097526ccf..4348c734ca 100644 --- a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4proxyarp-func.robot +++ b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-ip4proxyarp-func.robot @@ -19,7 +19,7 @@ | Resource | resources/libraries/robot/shared/traffic.robot | Library | resources.libraries.python.Trace | Library | resources.libraries.python.ProxyArp -| Force Tags | HW_ENV | VM_ENV | 3_NODE_SINGLE_LINK_TOPO +| Force Tags | HW_ENV | VM_ENV | 3_NODE_SINGLE_LINK_TOPO | SKIP_VPP_PATCH | Test Setup | Set up functional test | Test Teardown | Tear down functional test | Documentation | *RFC1027 Proxy ARP test cases* |