X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2Fip6%2Feth2p-ethipv6-ip6base-dev.robot;fp=tests%2Fvpp%2Fdevice%2Fip6%2Feth2p-ethicmpv6-ip6base-dev.robot;h=d1d15b03024f5da464611e9d2ccc2406e4eb7d5e;hb=a4cad14b7e0b7e94f9e80b1a45cd86b3bc09d0a0;hp=9a045f80cf0c4a345818d1b432c210c9a852a8ef;hpb=d5e00a369ffef5edf929ef5b03b7c544021b2e41;p=csit.git diff --git a/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dev.robot b/tests/vpp/device/ip6/eth2p-ethipv6-ip6base-dev.robot similarity index 67% rename from tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dev.robot rename to tests/vpp/device/ip6/eth2p-ethipv6-ip6base-dev.robot index 9a045f80cf..d1d15b0302 100644 --- a/tests/vpp/device/ip6/eth2p-ethicmpv6-ip6base-dev.robot +++ b/tests/vpp/device/ip6/eth2p-ethipv6-ip6base-dev.robot @@ -27,13 +27,13 @@ | ... | ... | *[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. -| ... | *[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 packet is sent in one direction \ +| ... | by TG on links to DUT1; on receive TG verifies packet for correctness \ +| ... | and their IPv6 src-addr, dst-addr and MAC addresses. | ... | *[Ref] Applicable standard specifications:* RFC2460, RFC4443, RFC4861 *** Variables *** @@ -46,8 +46,8 @@ *** Keywords *** | Local Template | | [Documentation] -| | ... | [Ver] Make TG send ICMPv6 Echo Req routed over DUT1 interfaces;\ -| | ... | Make TG verify ICMPv6 Echo Reply is correct. +| | ... | [Ver] Make TG send IPv6 packet routed over DUT1 interfaces;\ +| | ... | Make TG verify IPv6 packet is correct. | | ... | | ... | *Arguments:* | | ... | - frame_size - Framesize in Bytes in integer. Type: integer @@ -66,20 +66,12 @@ | | And Initialize layer interface | | And Initialize IPv6 forwarding in circular topology | | ... | remote_host1_ip=3ffe:5f::1 | remote_host2_ip=3ffe:5f::2 -| | Then Send IPv6 echo request packet and verify headers -| | ... | ${tg} | ${tg_if1} | ${dut1} | ${dut1_if2} -| | ... | 2001:1::2 | 2001:2::1 | ${dut1_if1_mac} | ${0} -| | Then Send IPv6 echo request packet and verify headers -| | ... | ${tg} | ${tg_if1} | ${dut1} | ${dut1_if1} -| | ... | 2001:1::2 | 2001:1::1 | ${dut1_if1_mac} | ${0} -| | Then Send IPv6 echo request packet and verify headers -| | ... | ${tg} | ${tg_if1} | ${tg} | ${tg_if2} -| | ... | 2001:1::2 | 2001:2::2 | ${dut1_if1_mac} | ${1} | ${dut1_if2_mac} -| | Then Send IPv6 echo request packet and verify headers -| | ... | ${tg} | ${tg_if1} | ${tg} | ${tg_if2} -| | ... | 3ffe:5f::1 | 3ffe:5f::2 | ${dut1_if1_mac} | ${1} | ${dut1_if2_mac} +| | Then Send packet and verify headers +| | ... | ${tg} | 3ffe:5f::1 | 3ffe:5f::2 +| | ... | ${tg_if1} | ${tg_if1_mac} | ${dut1_if1_mac} +| | ... | ${tg_if2} | ${dut1_if2_mac} | ${tg_if2_mac} *** Test Cases *** -| tc01-78B-ethicmpv6-ip6base-dev +| tc01-78B-ethipv6-ip6base-dev | | [Tags] | 78B | | frame_size=${78} | phy_cores=${0}