Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dservo_host.py101 required_by_test=True, is_in_lab=None, *args, **dargs): argument
117 if is_in_lab is None:
120 self._is_in_lab = is_in_lab
140 if not self.is_in_lab():
146 def is_in_lab(self): member in ServoHost
546 return self.is_in_lab()
604 if not self.is_in_lab():
690 is_in_lab = utils.host_is_in_lab_zone(lab_servo_hostname)
692 is_in_lab = False
695 is_in_lab = False
[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.py129 def is_in_lab(self): member in ChameleonHost
/external/autotest/server/
Dsite_utils.py260 def is_in_lab(): function
283 if not is_in_lab():