Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py144 dest_ip, argument
154 dest_ip, argument
266 dest_ip, argument
273 dest_ip=dest_ip,
277 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument
395 dest_ip, argument
402 dest_ip,
410 dest_ip, argument
416 return self.device.ping(dest_ip,
Dwmm_transceiver.py619 def can_ping(self, dest_ip): argument
631 return self.wlan_device.can_ping(dest_ip)
633 return self.access_point.can_ping(dest_ip)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DPingStressTest.py158 dest_ip = get_addr_fn(
171 ping_result = self.dut.can_ping(dest_ip, count, interval, timeout,
188 def ping_thread(self, dest_ip, ping_results): argument
189 self.log.info('Attempting to ping %s...' % dest_ip)
190 ping_result = self.dut.can_ping(dest_ip, count=10, size=50)
192 self.log.info('Success pinging: %s' % dest_ip)
194 self.log.info('Failure pinging: %s' % dest_ip)
DSoftApTest.py386 def device_can_ping_addr(self, device, dest_ip, timeout=DEFAULT_TIMEOUT): argument
399 ping_result = device.can_ping(dest_ip)
403 (device.identifier, dest_ip))
408 % (device.identifier, dest_ip))
412 (device.identifier, dest_ip))
/tools/test/connectivity/acts/framework/acts/
Dutils.py951 dest_ip="www.google.com", argument
966 if dest_ip:
967 ping_cmd += " %s" % dest_ip
969 ad.log.info("Starting ping test to %s using adb command %s", dest_ip,
976 ad.log.warning("Ping Test to %s failed with exception %s", dest_ip, e)
1583 def get_ping_command(dest_ip, argument
1606 if is_valid_ipv4_address(dest_ip):
1608 elif is_valid_ipv6_address(dest_ip):
1611 raise ValueError('Invalid ip addr: %s' % dest_ip)
1614 if is_valid_ipv6_address(dest_ip):
[all …]
/tools/test/connectivity/acts_tests/tests/google/fuchsia/dhcp/
DDhcpv4InteropTest.py131 def device_can_ping(self, dest_ip): argument
135 self.log.info('Attempting to ping %s...' % dest_ip)
136 ping_result = self.dut.can_ping(dest_ip, count=2)
138 self.log.info('Success pinging: %s' % dest_ip)
140 self.log.info('Failure pinging: %s' % dest_ip)
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py733 dest_ip, argument
742 dest_ip,
750 dest_ip, argument
758 dest_ip,
Dfuchsia_device.py640 dest_ip, argument
671 self.log.debug("Pinging %s..." % dest_ip)
702 dest_ip, argument
709 ping_result = self.ping(dest_ip,
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiCrashStressTest.py152 utils.adb_shell_ping(self.dut_client, count=10, dest_ip=dut_addr, timeout=20),
169 dest_ip=server_addr,
DWifiSoftApMultiCountryTest.py216 dest_ip=dut_client_ip,
224 dest_ip=dut_ip,
DWifiSoftApTest.py243 utils.adb_shell_ping(self.dut, count=10, dest_ip=dut_client_ip, timeout=20),
248 utils.adb_shell_ping(self.dut_client, count=10, dest_ip=dut_ip, timeout=20),
274 utils.adb_shell_ping(ad1, count=10, dest_ip=ad2_ip, timeout=20),
279 utils.adb_shell_ping(ad2, count=10, dest_ip=ad1_ip, timeout=20),
DWifiBtStressCoexTest.py370 dest_ip=dut_addr,
405 dest_ip=dut_addr,
DWifiStaApConcurrencyTest.py279 if utils.adb_shell_ping(ad1, count=10, dest_ip=ad2_ip, timeout=20):
284 if utils.adb_shell_ping(ad2, count=10, dest_ip=ad1_ip, timeout=20):
DWifiCellStressTest.py188 dest_ip=dut_addr,
DWifiManagerTest.py547 if acts.utils.adb_shell_ping(src_device, count=10, dest_ip=dest_device, timeout=20):
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dpackage_server.py58 def find_routes_to(dest_ip) -> List[Route]: argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_traffic_power_test.py288 client_host, count=10, dest_ip=self.iperf_server_address):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/p2p/
Dwifi_p2p_test_utils.py75 dest_ip=target_ip_address,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py2924 utils.adb_shell_ping(dut1, count=10, dest_ip=dut2_ip,
2930 utils.adb_shell_ping(dut2, count=10, dest_ip=dut1_ip,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py1392 ad, count=5, timeout=timeout, loss_tolerance=40, dest_ip=dest)