diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-10-30 04:52:03 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-11-11 11:51:40 +0000 |
commit | a4cad14b7e0b7e94f9e80b1a45cd86b3bc09d0a0 (patch) | |
tree | 9ec0286524c2335dd526586c197ed333dbd7c4f4 /tests/vpp/device/vm_vhost/ip6 | |
parent | d5e00a369ffef5edf929ef5b03b7c544021b2e41 (diff) |
FIX: do not use ping in vpp-device tests
Change-Id: Ic11f863e7ffad70d45e6e8dc39c70efc62cecc96
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/device/vm_vhost/ip6')
-rw-r--r-- | tests/vpp/device/vm_vhost/ip6/eth2p-ethipv6-ip6base-eth-2vhost-1vm-dev.robot (renamed from tests/vpp/device/vm_vhost/ip6/eth2p-ethicmpv6-ip6base-eth-2vhost-1vm-dev.robot) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/vpp/device/vm_vhost/ip6/eth2p-ethicmpv6-ip6base-eth-2vhost-1vm-dev.robot b/tests/vpp/device/vm_vhost/ip6/eth2p-ethipv6-ip6base-eth-2vhost-1vm-dev.robot index 8e4cf4e6cb..bb0fb87c46 100644 --- a/tests/vpp/device/vm_vhost/ip6/eth2p-ethicmpv6-ip6base-eth-2vhost-1vm-dev.robot +++ b/tests/vpp/device/vm_vhost/ip6/eth2p-ethipv6-ip6base-eth-2vhost-1vm-dev.robot @@ -27,15 +27,14 @@ | ... | ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology with \ | ... | VM and single links between nodes. -| ... | *[Enc] Packet Encapsulations:* Eth-IPv6-ICMPv6 for IPv6 routing on \ -| ... | both links. +| ... | *[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. Qemu Guest is connected to VPP via \ | ... | vhost-user interfaces. Guest is running VPP ip6 interconnecting \ | ... | vhost-user interfaces. -| ... | *[Ver] TG verification:* Test ICMPv6 Echo Request packets are sent in \ -| ... | one direction by TG on links to DUT1; on receive TG verifies packets \ -| ... | for correctness and their IPv6 src-addr, dst-addr and MAC addresses. +| ... | *[Ver] TG verification:* Test IPv6 packets are sent in one direction \ +| ... | by TG on links to DUT1; on receive TG verifies packets for correctness \ +| ... | and their IPv6 src-addr, dst-addr and MAC addresses. | ... | *[Ref] Applicable standard specifications:* RFC2460, RFC4443, RFC4861 *** Variables *** @@ -86,6 +85,6 @@ *** Test Cases *** -| tc01-64B-ethicmpv6-ip6base-eth-2vhost-1vm-dev +| tc01-64B-ethipv6-ip6base-eth-2vhost-1vm-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} |