Home
last modified time | relevance | path

Searched refs:is_in_lab (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/hosts/
Dbase_servohost.py56 def _initialize(self, hostname, is_in_lab=None, *args, **dargs): argument
69 elif is_in_lab is None:
72 self._is_in_lab = is_in_lab
198 def is_in_lab(self): member in BaseServoHost
322 return self.is_in_lab()
Dlabstation_repair.py39 if host.is_in_lab() and host.job and host.job.in_lab:
Dchameleon_host.py97 def is_in_lab(self): member in ChameleonHost
Dservo_host.py179 is_in_lab=None, argument
203 is_in_lab=is_in_lab, *args, **dargs)
227 if (self.wait_up(self.REBOOT_TIMEOUT) and self.is_in_lab()
Dservo_repair.py81 if host.is_in_lab() and host.job and host.job.in_lab:
454 return (host.is_in_lab() and
/external/autotest/server/site_tests/servo_LabControlVerification/
Dservo_LabControlVerification.py109 self.servo_host_proxy = servo_host.ServoHost(is_in_lab=False,
/external/autotest/server/
Dsite_utils.py316 def is_in_lab(): function
338 if not is_in_lab():