Lines Matching full:packets

33     [Documentation]  Send ICMP packet type 13 and check BMC drops such packets
37 ${packet_loss}= Send Network Packets And Get Packet Loss
43 [Documentation] Send ICMP packet type 17 and check BMC drops such packets
47 ${packet_loss}= Send Network Packets And Get Packet Loss
53 [Documentation] Send ICMP packet type 8 continuously and check no packets are dropped from BMC
57 ${packet_loss}= Send Network Packets And Get Packet Loss
60 ... msg=FAILURE: BMC is dropping packets.
62 Send Network Packets Continuously To Redfish Interface
63 [Documentation] Send network packets continuously to Redfish interface and verify stability.
66 # Send large number of packets to Redfish interface.
67 ${packet_loss}= Send Network Packets And Get Packet Loss
70 ... msg=FAILURE: BMC is dropping some packets.
77 Send Network Packets Continuously To IPMI Port
78 [Documentation] Send network packets continuously to IPMI port and verify stability.
81 # Send large number of packets to IPMI port.
82 ${packet_loss}= Send Network Packets And Get Packet Loss
85 ... msg=FAILURE: BMC is dropping some packets.
91 Send Network Packets Continuously To SSH Port
92 [Documentation] Send network packets continuously to SSH port and verify stability.
95 # Send large number of packets to SSH port.
96 ${packet_loss}= Send Network Packets And Get Packet Loss
99 ... msg=FAILURE: BMC is dropping some packets.
107 Flood Redfish Interface With Packets With Flags And Check Stability
108 [Documentation] Send large number of packets with flags to Redfish interface
111 [Template] Send Network Packets With Flags And Verify Stability
113 # Target No. Of packets Interface Flags
115 # Flood syn packets and check BMC behavior.
118 # Flood reset packets and check BMC behavior.
121 # Flood fin packets and check BMC behavior.
124 # Flood syn ack reset packets and check BMC behavior.
127 # Flood packets with all flags and check BMC behavior.
131 Send Network Packets Continuously To SOL Port
132 [Documentation] Send network packets continuously to SOL port and verify stability.
136 # Send large number of packets to SOL port.
137 ${packet_loss}= Send Network Packets And Get Packet Loss
145 ... msg=FAILURE: BMC is dropping some packets.
234 # packet_type The type of packets to be sent ("tcp", "udp", "icmp").