X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Ffunc%2Fdhcp%2Feth2p-ethip4-ip4base-ip4dhcpclient-func.robot;fp=tests%2Ffunc%2Fdhcp%2Fdhcp_client.robot;h=5507c956d56e5159e5e719a02dc5498651e9ca12;hp=6169b97fb78c728f37e92f5a50bda1160d33e532;hb=982e81efab69bc007455481b6425fcebc7213906;hpb=c232d04e7a5bffb72063240ee7e15967f46c4873 diff --git a/tests/func/dhcp/dhcp_client.robot b/tests/func/dhcp/eth2p-ethip4-ip4base-ip4dhcpclient-func.robot similarity index 80% rename from tests/func/dhcp/dhcp_client.robot rename to tests/func/dhcp/eth2p-ethip4-ip4base-ip4dhcpclient-func.robot index 6169b97fb7..5507c956d5 100644 --- a/tests/func/dhcp/dhcp_client.robot +++ b/tests/func/dhcp/eth2p-ethip4-ip4base-ip4dhcpclient-func.robot @@ -20,7 +20,7 @@ | Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO | Test Setup | Func Test Setup | Test Teardown | Func Test Teardown -| Documentation | *DHCP Client related test cases* +| Documentation | *DHCPv4 Client related test cases* *** Variables *** | ${client_hostname}= | dhcp-client @@ -32,9 +32,9 @@ *** Test Cases *** | VPP sends a DHCP DISCOVER -| | [Documentation] | Configure DHCP client on interface to TG without hostname -| | ... | and check if DHCP DISCOVER message contains all required -| | ... | fields with expected values. +| | [Documentation] | Configure DHCPv4 client on interface to TG without +| | ... | hostname and check if DHCPv4 DISCOVER message contains all +| | ... | required fields with expected values. | | ... | | Given Path for 2-node testing is set | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']} @@ -43,9 +43,9 @@ | | Then Check DHCP DISCOVER header | ${tg_node} | | ... | ${tg_to_dut_if1} | ${dut_to_tg_if1_mac} -| VPP sends a DHCP DISCOVER with hostname -| | [Documentation] | Configure DHCP client on interface to TG with hostname -| | ... | and check if DHCP DISCOVER message contains all required +| VPP sends a DHCPv4 DISCOVER with hostname +| | [Documentation] | Configure DHCPv4 client on interface to TG with hostname +| | ... | and check if DHCPv4 DISCOVER message contains all required | | ... | fields with expected values. | | ... | | Given Path for 2-node testing is set @@ -56,9 +56,9 @@ | | Then Check DHCP DISCOVER header | ${tg_node} | | ... | ${tg_to_dut_if1} | ${dut_to_tg_if1_mac} | ${client_hostname} -| VPP sends DHCP REQUEST after OFFER -| | [Documentation] | Configure DHCP client on interface to TG and check if -| | ... | DHCP REQUEST message contains all required fields. +| VPP sends DHCPv4 REQUEST after OFFER +| | [Documentation] | Configure DHCPv4 client on interface to TG and check if +| | ... | DHCPv4 REQUEST message contains all required fields. | | ... | | Given Path for 2-node testing is set | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']} @@ -70,11 +70,11 @@ | | ... | ${tg_to_dut_if1_mac} | ${server_ip} | | ... | ${dut_to_tg_if1_mac} | ${client_ip} | ${client_mask} -| VPP doesn't send DHCP REQUEST after OFFER with wrong XID +| VPP doesn't send DHCPv4 REQUEST after OFFER with wrong XID | | [ Tags ] | EXPECTED_FAILING -| | [Documentation] | Configure DHCP client on interface to TG. If server sends -| | ... | DHCP OFFER with different XID as in DHCP DISCOVER, -| | ... | DHCP REQUEST message shouldn't be sent. +| | [Documentation] | Configure DHCPv4 client on interface to TG. If server +| | ... | sends DHCPv4 OFFER with different XID as in DHCPv4 +| | ... | DISCOVER, DHCPv4 REQUEST message shouldn't be sent. | | ... | | Given Path for 2-node testing is set | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']} @@ -89,9 +89,9 @@ | | ... | offer_xid=${own_xid} | VPP honors DHCPv4 lease time -| | [Documentation] | Send IP configuration to the VPP client via DHCP. Address -| | ... | is checked with ICMP echo request and there should be no -| | ... | reply for echo request when lease has expired. +| | [Documentation] | Send IP configuration to the VPP client via DHCPv4. +| | ... | Address is checked with ICMP echo request and there should +| | ... | be no reply for echo request when lease has expired. | | ... | | Given Path for 2-node testing is set | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']}