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/interfaces | |
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/interfaces')
-rw-r--r-- | tests/vpp/device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot (renamed from tests/vpp/device/interfaces/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2tap-dev.robot) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/vpp/device/interfaces/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2tap-dev.robot b/tests/vpp/device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot index 1c3d543390..dd6b15b845 100644 --- a/tests/vpp/device/interfaces/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2tap-dev.robot +++ b/tests/vpp/device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot @@ -27,13 +27,13 @@ | ... | ... | *[Top] Network Topologies:* TG=DUT1 2-node topology with two links | ... | between nodes. -| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-ICMPv4 for L2 switching of +| ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 switching of | ... | IPv4. | ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with L2 | ... | bridge-domain (L2BD) MAC learning enabled; Split Horizon Groups (SHG) | ... | are set depending on test case; Namespaces (NM) | ... | are set on DUT1 with attached linux-TAP. -| ... | *[Ver] TG verification:* Test ICMPv4 Echo Request packets +| ... | *[Ver] TG verification:* Test IPv4 packets with IP protocol=61 | ... | are sent by TG on link to DUT1; On receipt TG verifies packets | ... | for correctness and their IPv4 src-addr, dst-addr, and MAC addresses. | ... | *[Ref] Applicable standard specifications:* @@ -78,10 +78,10 @@ | | And Add interface to bridge domain | ${dut1} | ${dut1_if1} | 20 | 0 | | And Add interface to bridge domain | ${dut1} | ${int2} | 19 | 0 | | And Add interface to bridge domain | ${dut1} | ${dut1_if2} | 19 | 0 -| | Then Send ICMP packet and verify received packet +| | Then Send IP packet and verify received packet | | ... | ${tg} | ${tg_if1} | ${tg_if2} *** Test Cases *** -| tc01-64B-ethicmpv4-l2bdbasemaclrn-eth-2tap-dev +| tc01-64B-ethipv4-l2bdbasemaclrn-eth-2tap-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0} |