Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
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)
Dservo_host.py82 servo_model=None, servo_serial=None, is_in_lab=None, argument
112 elif is_in_lab is None:
115 self._is_in_lab = is_in_lab
163 def is_in_lab(self): member in ServoHost
558 return self.is_in_lab()
773 is_in_lab=(servo_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():