X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Ffunc%2Fdhcp%2Feth2p-ethip4-ip4base-ip4dhcpproxy-func.robot;fp=tests%2Ffunc%2Fdhcp%2Fdhcp_v4_proxy.robot;h=e503c7fe0f73d85375b13717ee7d446d6eaca5a1;hp=a9c4d23ea921613966c83a8935cf8e328770e9a8;hb=982e81efab69bc007455481b6425fcebc7213906;hpb=c232d04e7a5bffb72063240ee7e15967f46c4873 diff --git a/tests/func/dhcp/dhcp_v4_proxy.robot b/tests/func/dhcp/eth2p-ethip4-ip4base-ip4dhcpproxy-func.robot similarity index 88% rename from tests/func/dhcp/dhcp_v4_proxy.robot rename to tests/func/dhcp/eth2p-ethip4-ip4base-ip4dhcpproxy-func.robot index a9c4d23ea9..e503c7fe0f 100644 --- a/tests/func/dhcp/dhcp_v4_proxy.robot +++ b/tests/func/dhcp/eth2p-ethip4-ip4base-ip4dhcpproxy-func.robot @@ -20,15 +20,15 @@ | Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO | Test Setup | Func Test Setup | Test Teardown | Func Test Teardown -| Documentation | *DHCP proxy test cases* +| Documentation | *DHCPv4 proxy test cases* | ... | ... | *[Top] Network Topologies:* TG = DUT | ... | with two links between the nodes. | ... | *[Enc] Packet Encapsulations:* Eth-IPv4-UDP-BOOTP-DHCP -| ... | *[Cfg] DUT configuration:* DUT is configured with DHCP proxy. -| ... | *[Ver] TG verification:* Test DHCP packets are sent +| ... | *[Cfg] DUT configuration:* DUT is configured with DHCPv4 proxy. +| ... | *[Ver] TG verification:* Test DHCPv4 packets are sent | ... | on TG on first link to DUT and received on TG on second link. -| ... | On receive TG verifies if DHCP packets are valid. +| ... | On receive TG verifies if DHCPv4 packets are valid. *** Variables *** | ${dut_to_tg_if1_ip}= | 172.16.0.1 @@ -46,8 +46,8 @@ | | [Documentation] | | | ... | [Top] TG=DUT \ | | ... | [Enc] Eth-IPv4-UDP-BOOTP-DHCP -| | ... | [Cfg] On DUT setup DHCP proxy. -| | ... | [Ver] Make TG verify matching DHCP packets between client and DHCP +| | ... | [Cfg] On DUT setup DHCPv4 proxy. +| | ... | [Ver] Make TG verify matching DHCPv4 packets between client and DHCPv4 | | ... | server through DHCP proxy. | | ... | | Given Path for 2-node testing is set @@ -71,8 +71,8 @@ | | [Documentation] | | | ... | [Top] TG=DUT \ | | ... | [Enc] Eth-IPv4-UDP-BOOTP-DHCP -| | ... | [Cfg] On DUT setup DHCP proxy. -| | ... | [Ver] Make TG verify matching invalid DHCP packets are dropped. +| | ... | [Cfg] On DUT setup DHCPv4 proxy. +| | ... | [Ver] Make TG verify matching invalid DHCPv4 packets are dropped. | | ... | | Given Path for 2-node testing is set | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']}