Home
last modified time | relevance | path

Searched refs:dest_ip (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DPingStressTest.py65 dest_ip, argument
70 ping_result = self.wlan_device.ping(dest_ip, count, interval, timeout,
75 if '8.8' in dest_ip:
82 def ping_thread(self, dest_ip): argument
83 ping_result = self.wlan_device.ping(dest_ip, count=10, size=50)
85 self.log.info('Success pinging: %s' % dest_ip)
87 self.log.info('Failure pinging: %s' % dest_ip)
DSoftApTest.py311 def verify_ping(self, w_device, dest_ip): argument
322 (w_device.device.serial, dest_ip))
323 if not w_device.ping(dest_ip):
325 (w_device.device.serial, dest_ip))
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dwlan_device.py141 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
240 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
242 dest_ip=dest_ip,
322 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
323 ping_result = self.device.ping(dest_ip,
/tools/test/connectivity/acts/framework/acts/
Dutils.py943 dest_ip="www.google.com", argument
955 if is_valid_ipv6_address(dest_ip):
961 if dest_ip:
962 ping_cmd += " %s" % dest_ip
964 ad.log.info("Starting ping test to %s using adb command %s", dest_ip,
971 ad.log.warning("Ping Test to %s failed with exception %s", dest_ip, e)
/tools/test/connectivity/acts/tests/google/wifi/
DWifiSoftApTest.py237 utils.adb_shell_ping(self.dut, count=10, dest_ip=dut_client_ip, timeout=20),
242 utils.adb_shell_ping(self.dut_client, count=10, dest_ip=dut_ip, timeout=20),
268 utils.adb_shell_ping(ad1, count=10, dest_ip=ad2_ip, timeout=20),
273 utils.adb_shell_ping(ad2, count=10, dest_ip=ad1_ip, timeout=20),
DWifiCrashStressTest.py157 utils.adb_shell_ping(self.dut_client, count=10, dest_ip=dut_addr, timeout=20),
174 dest_ip=server_addr,
DWifiStaApConcurrencyTest.py255 if utils.adb_shell_ping(ad1, count=10, dest_ip=ad2_ip, timeout=20):
260 if utils.adb_shell_ping(ad2, count=10, dest_ip=ad1_ip, timeout=20):
DWifiManagerTest.py510 if acts.utils.adb_shell_ping(src_device, count=10, dest_ip=dest_device, timeout=20):
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py548 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
572 self.log.debug("Pinging %s..." % dest_ip)
575 (count, interval, timeout, size, dest_ip))
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/p2p/
Dwifi_p2p_test_utils.py75 acts.utils.adb_shell_ping(ad, count=3, dest_ip=target_ip_address,
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py3847 ad, count=5, timeout=timeout, loss_tolerance=40, dest_ip=dest)