Home | History | Annotate | Download | only in tests

Lines Matching full:ping

13     3) Ping multicast addresses on host.
14 4) Flood ping test with different size of packets.
15 5) Final ping test and check if lose packet.
72 logging.info("Initial ping test, mcast: %s", mcast)
73 s, o = virt_test_utils.ping(mcast, 10, interface=ifname, timeout=20)
75 raise error.TestFail(" Ping return non-zero value %s" % o)
77 logging.info("Flood ping test, mcast: %s", mcast)
78 virt_test_utils.ping(mcast, None, interface=ifname, flood=True,
81 logging.info("Final ping test, mcast: %s", mcast)
82 s, o = virt_test_utils.ping(mcast, 10, interface=ifname, timeout=20)
84 raise error.TestFail("Ping failed, status: %s, output: %s" %