Lines Matching +full:host +full:- +full:port
11 [Arguments] ${host} ${num}=${count} ${packet_type}=${ICMP_PACKETS}
12 ... ${port}=80 ${icmp_type}=${ICMP_ECHO_REQUEST}
15 # host The host name or IP address of the target system.
17 # port Network port.
21 # This keyword expects host, port, type and number of packets to be sent
26 ... --icmp-type ${icmp_type}
27 ... -p ${port}
28 ${cmd_buf}= Set Variable --delay ${delay} ${host} -c ${num} --${packet_type} ${cmd_suffix}
36 [Arguments] ${host} ${num}=${count} ${port}=${REDFISH_INTERFACE}
38 [Teardown] Verify Interface Stability ${port}
41 # host The host name or IP address of the target system.
43 # port Network port.
47 # This keyword expects host, port, type and number of packets to be sent
51 ${cmd_suffix}= Catenate -p ${port} --flags ${flags}
52 ${cmd_buf}= Set Variable --delay ${delay} ${host} -c ${num} --${packet_type} ${cmd_suffix}