X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fdhcp_proxy.robot;h=e2b16e5149b53e20c7ebbea2ea510adfaaddb620;hp=b6948dc3841320a1cf076d9d4610781ff80deca5;hb=430afafb4cadf503ccee99c09f6de7402f5404c7;hpb=7436d8bdf60bca9b80fb76781e1f709bbcd435da diff --git a/resources/libraries/robot/dhcp_proxy.robot b/resources/libraries/robot/dhcp_proxy.robot index b6948dc384..e2b16e5149 100644 --- a/resources/libraries/robot/dhcp_proxy.robot +++ b/resources/libraries/robot/dhcp_proxy.robot @@ -19,7 +19,7 @@ | Documentation | DHCP Proxy specific keywords. *** Keywords *** -| Send DHCP Messages +| Send DHCP messages and check answer | | [Documentation] | Send and receive DHCP messages between client | | ... | and server through DHCP proxy. | | ... @@ -38,7 +38,7 @@ | | ... | | ... | *Example:* | | ... -| | ... | \| Send DHCP Messages \| ${nodes['TG']} \ +| | ... | \| Send DHCP messages and check answer \| ${nodes['TG']} \ | | ... | \| eth3 \| eth4 \| 192.168.0.100 \| 08:00:27:cc:4f:54 \ | | ... | \| 172.16.0.2 \| 08:00:27:64:18:d2 \| 172.16.0.1 \| | | ... @@ -57,7 +57,7 @@ | | Run Traffic Script On Node | dhcp/send_and_check_proxy_messages.py | | ... | ${tg_node} | ${args} -| Send DHCP DISCOVER +| Send DHCP DISCOVER and check answer | | [Documentation] | Send and receive DHCP DISCOVER. | | ... | | ... | *Arguments:* @@ -72,7 +72,7 @@ | | ... | | ... | *Example:* | | ... -| | ... | \| Send DHCP DISCOVER \| ${nodes['TG']} \ +| | ... | \| Send DHCP DISCOVER and check answer \| ${nodes['TG']} \ | | ... | \| eth3 \| eth4 \| 0.0.0.0 \| 255.255.255.255 \| | | ... | | [Arguments] | ${tg_node} | ${tg_interface1} | ${tg_interface2} @@ -86,7 +86,7 @@ | | Run Traffic Script On Node | dhcp/send_and_check_proxy_discover.py | | ... | ${tg_node} | ${args} -| Send DHCP DISCOVER should fail +| DHCP DISCOVER should fail | | [Documentation] | Send and receive DHCP DISCOVER should fail. | | ... | | ... | *Arguments:* @@ -101,7 +101,7 @@ | | ... | | ... | *Example:* | | ... -| | ... | \| Send DHCP DISCOVER should fail \| ${nodes['TG']} \ +| | ... | \| DHCP DISCOVER should fail \| ${nodes['TG']} \ | | ... | \| eth3 \| eth4 \| 0.0.0.0 \| 255.255.255.1 \| | | ... | | [Arguments] | ${tg_node} | ${tg_interface1} | ${tg_interface2}