Lines Matching +full:send +full:- +full:not +full:- +full:empty
17 ${bmc_packet_loss} ${EMPTY}
25 # Send packets to BMC and check packet loss.
26 ${bmc_packet_loss}= Send Network Packets
36 Should Not Be Empty ${OPENBMC_HOST} msg=BMC IP address not provided.
38 Should Not Be Empty ${output} msg="nping" tool not installed.
40 Send Network Packets
41 [Documentation] Send TCP, UDP or ICMP packets to the target.
45 # ${host}- Target system to which network packets to be sent.
46 # ${packet_type}- type of packets to be sent viz tcp, udp or icmp.
47 # ${port}- Network port.
54 … ... echo ${CLIENT_PASSWORD} | sudo -S nping --delay ${delay} ${host} -c ${count} --${packet_type}
55 …... echo ${CLIENT_PASSWORD} | sudo -S nping --delay ${delay} ${host} -c ${count} -p ${port} --${p…
66 # Starting Nping 0.6.47 ( http://nmap.org/nping ) at 2017-02-21 22:05 IST
80 # ${host}- System on which packet loss to be checked.
81 # ${traffic_details}- Details of the network traffic sent.