Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dservo_host.py79 servo_serial=None, is_in_lab=None, *args, **dargs): argument
104 elif is_in_lab is None:
107 self._is_in_lab = is_in_lab
155 def is_in_lab(self): member in ServoHost
633 return self.is_in_lab()
734 is_in_lab = False
760 is_in_lab = (not is_moblab
769 is_in_lab = utils.host_is_in_lab_zone(servo_host)
770 if is_in_lab:
777 return servo_args, is_in_lab
[all …]
Dplankton_host.py38 required_by_test=True, is_in_lab=None, *args, **dargs): argument
73 return PlanktonHost(Required_by_test=True, is_in_lab=False, **plankton_args)
Dchameleon_host.py97 def is_in_lab(self): member in ChameleonHost
Dservo_repair.py27 if host.is_in_lab() and host.job and host.job.in_lab:
/external/autotest/server/
Dsite_utils.py308 def is_in_lab(): function
330 if not is_in_lab():