csit-func-tc-naming-change - phase 1
[csit.git] / 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']}
 | |       ... | ${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']}