diff options
Diffstat (limited to 'tests/vpp/device/vm_vhost/ip4')
-rw-r--r-- | tests/vpp/device/vm_vhost/ip4/eth2p-ethipv4-ip4base-eth-2vhost-1vm-dev.robot (renamed from tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot b/tests/vpp/device/vm_vhost/ip4/eth2p-ethipv4-ip4base-eth-2vhost-1vm-dev.robot index ecdbc19e4b..82bcb8d20b 100644 --- a/tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot +++ b/tests/vpp/device/vm_vhost/ip4/eth2p-ethipv4-ip4base-eth-2vhost-1vm-dev.robot @@ -27,14 +27,13 @@ | ... | ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology with \ | ... | VM and 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. Qemu Guest is connected to VPP via \ | ... | vhost-user interfaces. Guest is running VPP ip4 interconnecting \ | ... | vhost-user interfaces. -| ... | *[Ver] TG verification:* Test ICMPv4 Echo Request packets are sent in \ -| ... | one direction by TG on links to DUT1; on receive TG verifies packets \ +| ... | *[Ver] TG verification:* Test IPv4 packet with IP protocol=61 is sent \ +| ... | in one direction by TG on links to DUT1; on receive TG verifies packet \ | ... | for correctness and their IPv4 src-addr, dst-addr and MAC addresses. | ... | *[Ref] Applicable standard specifications:* RFC791, RFC826, RFC792 @@ -85,6 +84,6 @@ | | ... | ${tg_if2} | ${dut1_if2_mac} | ${tg_if2_mac} *** Test Cases *** -| tc01-64B-ethicmp4-ip4base-eth-2vhost-1vm-dev +| tc01-64B-ethip4-ip4base-eth-2vhost-1vm-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} |