Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py148 def can_ping(self, member in WlanDevice
273 def can_ping(self, member in AndroidWlanDevice
406 def can_ping(self, member in FuchsiaWlanDevice
413 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.py107 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.py717 def can_ping(self, member in AccessPoint
725 return utils.can_ping(self.ssh,
777 if not utils.can_ping(job, self.ssh_settings.hostname):
797 if utils.can_ping(job, self.ssh_settings.hostname):
Dfuchsia_device.py706 if utils.can_ping(job, self.ip):
728 if utils.can_ping(job, self.ip):
908 def can_ping(self, member in FuchsiaDevice
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DPingStressTest.py72 ping_result = self.dut.can_ping(dest_ip, count, interval, timeout,
86 ping_result = self.dut.can_ping(dest_ip, count=10, size=50)
DSoftApTest.py398 ping_result = device.can_ping(dest_ip)
1543 if not transmitter['device'].can_ping(receiver['address']):
/tools/test/connectivity/acts_tests/tests/google/usb/
DUsbTetheringFunctionsTest.py161 def can_ping(self, ip, extra_params='', count=10): member in UsbTetheringFunctionsTest
187 if not self.can_ping(
/tools/test/connectivity/acts/framework/acts/
Dutils.py1695 def can_ping(comm_channel, function
1809 and can_ping(job, dest_ip=scoped_address)):
/tools/test/connectivity/acts_tests/tests/google/fuchsia/dhcp/
DDhcpv4InteropTest.py142 ping_result = self.dut.can_ping(dest_ip, count=2)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py535 server_pingable = self.dut.can_ping(iperf_server_ip_address)