diff options
Diffstat (limited to 'tests/vpp/device/container_memif')
-rw-r--r-- | tests/vpp/device/container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot (renamed from tests/vpp/device/container_memif/eth2p-ethicmpv4-ip4base-eth-2memif-1dcr-dev.robot) | 15 | ||||
-rw-r--r-- | tests/vpp/device/container_memif/eth2p-ethipv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot (renamed from tests/vpp/device/container_memif/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot) | 12 | ||||
-rw-r--r-- | tests/vpp/device/container_memif/eth2p-ethipv4-l2xcbase-eth-2memif-1dcr-dev.robot (renamed from tests/vpp/device/container_memif/eth2p-ethicmpv4-l2xcbase-eth-2memif-1dcr-dev.robot) | 10 | ||||
-rw-r--r-- | tests/vpp/device/container_memif/eth2p-ethipv6-ip6base-eth-2memif-1dcr-dev.robot (renamed from tests/vpp/device/container_memif/eth2p-ethicmpv6-ip6base-eth-2memif-1dcr-dev.robot) | 12 |
4 files changed, 24 insertions, 25 deletions
diff --git a/tests/vpp/device/container_memif/eth2p-ethicmpv4-ip4base-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot index 2c43924150..152f3f6735 100644 --- a/tests/vpp/device/container_memif/eth2p-ethicmpv4-ip4base-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot @@ -27,16 +27,15 @@ | ... | ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology with \ | ... | single links between nodes. -| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-ICMPv4 for IPv4 routing on \ -| ... | both links. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for IPv4 routing on both links. | ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv4 routing and \ | ... | two static IPv4 /24 route entries. Container is connected to VPP via \ | ... | Memif interface. Container is running same VPP version as running on \ | ... | DUT. -| ... | *[Ver] TG verification:* Test ICMPv4 Echo Request packets are sent in \ -| ... | one direction by TG on links to DUT1 and via container; on receive TG \ -| ... | verifies packets for correctness and their IPv4 src-addr, dst-addr and \ -| ... | MAC addresses. +| ... | *[Ver] TG verification:* Test IPv4 packets with IP protocol=61 are \ +| ... | sent in one direction by TG on links to DUT1 and via container; on \ +| ... | receive TG verifies packets for correctness and their IPv4 src-addr, \ +| ... | dst-addr and MAC addresses. | ... | *[Ref] Applicable standard specifications:* RFC791, RFC826, RFC792 *** Variables *** @@ -52,7 +51,7 @@ *** Keywords *** | Local Template | | [Documentation] -| | ... | [Ver] Make TG send ICMPv4 Echo Reqs in both directions between two\ +| | ... | [Ver] Make TG send IPv4 packet in both directions between two\ | | ... | of its interfaces to be routed by DUT to and from docker; verify\ | | ... | all packets are received. | | ... @@ -79,6 +78,6 @@ | | ... | ${tg_if2} | ${dut1_if2_mac} | ${tg_if2_mac} *** Test Cases *** -| tc01-64B-ethicmpv4-ip4base-eth-2memif-1dcr-dev +| tc01-64B-ethipv4-ip4base-eth-2memif-1dcr-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethipv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot index 643879a086..77e0b44956 100644 --- a/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethipv4-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot @@ -27,12 +27,12 @@ | ... | ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology \ | ... | with single links between nodes. -| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-ICMPv4 for L2 switching of \ -| ... | IPv4. Both apply to all links. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 switching of IPv4.\ +| ... | Both apply to all links. | ... | *[Cfg] DUT configuration:* DUT1 is configured with L2 bridge-domain \ | ... | switching. Container is connected to VPP via Memif interface. \ | ... | Container is running same VPP version as running on DUT. -| ... | *[Ver] TG verification:* Test ICMPv4 Echo Request packets \ +| ... | *[Ver] TG verification:* Test IPv4 packets with IP protocol=61\ | ... | are sent in both directions by TG on links to DUT1 and via container; \ | ... | on receive TG verifies packets for correctness and their IPv4 \ | ... | src-addr, dst-addr and MAC addresses. @@ -51,7 +51,7 @@ *** Keywords *** | Local Template | | [Documentation] -| | ... | [Ver] Make TG send ICMPv4 Echo Reqs in both directions between two\ +| | ... | [Ver] Make TG send IPv4 packets in both directions between two\ | | ... | of its interfaces to be switched by DUT to and from docker; verify\ | | ... | all packets are received. | | ... @@ -72,10 +72,10 @@ | | And Initialize layer interface | | And Start containers for test | auto_scale=${False} | pinning=${False} | | And Initialize L2 Bridge Domain with memif pairs | auto_scale=${False} -| | Then Send ICMPv4 bidirectionally and verify received packets +| | Then Send IPv4 bidirectionally and verify received packets | | ... | ${tg} | ${tg_if1} | ${tg_if2} *** Test Cases *** -| tc01-64B-ethicmpv4-l2bdbasemaclrn-eth-2memif-1dcr-dev +| tc01-64B-ethipv4-l2bdbasemaclrn-eth-2memif-1dcr-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2xcbase-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethipv4-l2xcbase-eth-2memif-1dcr-dev.robot index 83e9f8a81e..de62812de6 100644 --- a/tests/vpp/device/container_memif/eth2p-ethicmpv4-l2xcbase-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethipv4-l2xcbase-eth-2memif-1dcr-dev.robot @@ -27,11 +27,11 @@ | ... | ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology with \ | ... | single links between nodes. -| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-ICMPv4 for L2 switching of IPv4. +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 switching of IPv4. | ... | *[Cfg] DUT configuration:* DUT1 is configured with L2 cross-connect \ | ... | (L2XC) switching. Container is connected to VPP via Memif interface. \ | ... | Container is running same VPP version as running on DUT. -| ... | *[Ver] TG verification:* Test ICMPv4 Echo Request packets \ +| ... | *[Ver] TG verification:* Test IPv4 packets with IP protocol=61 \ | ... | are sent in both directions by TG on links to DUT1 and via container; \ | ... | on receive TG verifies packets for correctness and their IPv4 \ | ... | src-addr, dst-addr and MAC addresses. @@ -50,7 +50,7 @@ *** Keywords *** | Local Template | | [Documentation] -| | ... | [Ver] Make TG send ICMPv4 Echo Reqs in both directions between two\ +| | ... | [Ver] Make TG send IPv4 packets in both directions between two\ | | ... | of its interfaces to be switched by DUT to and from docker; verify\ | | ... | all packets are received. | | ... @@ -71,10 +71,10 @@ | | And Initialize layer interface | | And Start containers for test | auto_scale=${False} | pinning=${False} | | And Initialize L2 xconnect with memif pairs -| | Then Send ICMPv4 bidirectionally and verify received packets +| | Then Send IPv4 bidirectionally and verify received packets | | ... | ${tg} | ${tg_if1} | ${tg_if2} *** Test Cases *** -| tc01-64B-ethicmpv4-l2xcbase-eth-2memif-1dcr-dev +| tc01-64B-ethipv4-l2xcbase-eth-2memif-1dcr-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} diff --git a/tests/vpp/device/container_memif/eth2p-ethicmpv6-ip6base-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethipv6-ip6base-eth-2memif-1dcr-dev.robot index 3d6836f3b2..dd74b2166b 100644 --- a/tests/vpp/device/container_memif/eth2p-ethicmpv6-ip6base-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethipv6-ip6base-eth-2memif-1dcr-dev.robot @@ -27,15 +27,15 @@ | ... | ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology with \ | ... | single links between nodes. -| ... | *[Enc] Packet Encapsulations:* Eth-IPv6-ICMPv6 for IPv6 routing on \ +| ... | *[Enc] Packet Encapsulations:* Eth-IPv6 for IPv6 routing on \ | ... | both links. | ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv6 routing and \ | ... | two static IPv6 /64 route entries. Container is connected to VPP via \ | ... | Memif interface. Container is running same VPP version as running on \ | ... | DUT. -| ... | *[Ver] TG verification:* Test ICMPv6 Echo Request packets are sent in \ -| ... | one direction by TG on links to DUT1 and via container; on receive TG \ -| ... | verifies packets for correctness and their IPv6 src-addr, dst-addr and \ +| ... | *[Ver] TG verification:* Test IPv6 packets are sent in one direction \ +| ... | by TG on links to DUT1 and via container; on receive TG verifies \ +| ... | packets for correctness and their IPv6 src-addr, dst-addr and \ | ... | MAC addresses. | ... | *[Ref] Applicable standard specifications:* RFC791, RFC826, RFC792 @@ -52,7 +52,7 @@ *** Keywords *** | Local Template | | [Documentation] -| | ... | [Ver] Make TG send ICMPv6 Echo Reqs in both directions between two\ +| | ... | [Ver] Make TG send IPv6 packets in both directions between two\ | | ... | of its interfaces to be routed by DUT to and from docker; verify\ | | ... | all packets are received. | | ... @@ -108,6 +108,6 @@ | | ... | ${tg_if2} | ${dut1_if2_mac} | ${tg_if2_mac} *** Test Cases *** -| tc01-78B-ethicmpv6-ip6base-eth-2memif-1dcr-dev +| tc01-78B-ethipv6-ip6base-eth-2memif-1dcr-dev | | [Tags] | 78B | | frame_size=${78} | phy_cores=${0} |