/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | wlan_device.py | 147 def can_ping(self, member in WlanDevice 271 def can_ping(self, member in AndroidWlanDevice 403 def can_ping(self, member in FuchsiaWlanDevice 410 return self.device.can_ping(
|
D | wmm_transceiver.py | 607 if self.can_ping(server_ip): 619 def can_ping(self, dest_ip): member in WmmTransceiver 631 return self.wlan_device.can_ping(dest_ip) 633 return self.access_point.can_ping(dest_ip)
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | base_lib.py | 65 if not utils.can_ping(job, urlparse(self.address).hostname): 79 if not utils.can_ping(job, urlparse(self.address).hostname):
|
D | utils_lib.py | 92 if not utils.can_ping(job, ip_address):
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiIFSTwTest.py | 220 self.can_ping("8.8.8.8"))) 222 ping_result = self.can_ping(gate) 238 def can_ping(self, ip_addr): member in WifiIFSTwTest
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | access_point.py | 660 def can_ping(self, member in AccessPoint 668 return utils.can_ping(self.ssh, 720 if not utils.can_ping(job, self.ssh_settings.hostname): 740 if utils.can_ping(job, self.ssh_settings.hostname):
|
D | fuchsia_device.py | 632 if utils.can_ping(job, self.ip): 653 if utils.can_ping(job, self.ip): 821 def can_ping(self, member in FuchsiaDevice
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | PingStressTest.py | 72 ping_result = self.wlan_device.can_ping(dest_ip, count, interval, 86 ping_result = self.wlan_device.can_ping(dest_ip, count=10, size=50)
|
D | SoftApTest.py | 464 ping_result = w_device.can_ping(dest_ip)
|
/tools/test/connectivity/acts_tests/tests/google/usb/ |
D | UsbTetheringFunctionsTest.py | 160 def can_ping(self, ip, extra_params='', count=10): member in UsbTetheringFunctionsTest 186 if not self.can_ping(
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/ |
D | WlanRvrTest.py | 341 if self.dut.can_ping(iperf_server_ip_address): 488 server_pingable = self.dut.can_ping(iperf_server_ip_address)
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 1682 def can_ping(comm_channel, function
|