Home
last modified time | relevance | path

Searched refs:check_cached_up_status (Results 1 – 8 of 8) sorted by relevance

/external/autotest/server/cros/storage/
Dstorage_validate_unittest.py29 def check_cached_up_status(self): member in MockHost
/external/autotest/server/
Dsite_crashcollect.py206 if not host.check_cached_up_status():
Dcrashcollect.py106 if not host.check_cached_up_status():
/external/autotest/server/cros/device_health_profile/
Ddevice_health_profile_unittest.py23 def check_cached_up_status(self): member in MockHost
Ddevice_health_profile.py70 if not self._profile_host.check_cached_up_status():
/external/autotest/server/hosts/
Dabstract_ssh.py902 if not self.check_cached_up_status():
1004 def check_cached_up_status( member in AbstractSSHHost
Dservo_host.py1173 servo_host_ready = self.check_cached_up_status() and self.is_up()
/external/autotest/client/common_lib/hosts/
Dbase_classes.py713 def check_cached_up_status(self, expiration_seconds): member in Host