Home
last modified time | relevance | path

Searched refs:is_pingable (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py576 def is_pingable(self): member in AccessPoint
582 return utils.is_pingable(self.ssh_settings.hostname)
640 if not self.is_pingable():
660 if self.is_pingable():
Dfuchsia_device.py357 if utils.is_pingable(self.ip):
458 if utils.is_pingable(self.ip):
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dbase_lib.py64 if not utils.is_pingable(urlparse(self.address).hostname):
78 if not utils.is_pingable(urlparse(self.address).hostname):
Dutils_lib.py90 if not utils.is_pingable(ip_address):
/tools/test/connectivity/acts/framework/acts/
Dutils.py1530 def is_pingable(ip): function