Home
last modified time | relevance | path

Searched refs:can_ping (Results 1 – 12 of 12) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py147 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(
Dwmm_transceiver.py607 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/
Dbase_lib.py65 if not utils.can_ping(job, urlparse(self.address).hostname):
79 if not utils.can_ping(job, urlparse(self.address).hostname):
Dutils_lib.py92 if not utils.can_ping(job, ip_address):
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiIFSTwTest.py220 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/
Daccess_point.py660 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):
Dfuchsia_device.py632 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/
DPingStressTest.py72 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)
DSoftApTest.py464 ping_result = w_device.can_ping(dest_ip)
/tools/test/connectivity/acts_tests/tests/google/usb/
DUsbTetheringFunctionsTest.py160 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/
DWlanRvrTest.py341 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/
Dutils.py1682 def can_ping(comm_channel, function