HomeSort by relevance Sort by last modified time
    Searched refs:is_in_lab (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/hosts/
plankton_host.py 38 required_by_test=True, is_in_lab=None, *args, **dargs):
73 return PlanktonHost(Required_by_test=True, is_in_lab=False, **plankton_args)
servo_host.py 79 servo_serial=None, is_in_lab=None, *args, **dargs):
88 @param is_in_lab: True if the servo host is in Cros Lab. Default is set
104 elif is_in_lab is None:
107 self._is_in_lab = is_in_lab
155 def is_in_lab(self): member in class:ServoHost
633 return self.is_in_lab()
730 plus an `is_in_lab` flag indicating whether this in the CrOS
734 is_in_lab = False
760 is_in_lab = (not is_moblab
769 is_in_lab = utils.host_is_in_lab_zone(servo_host
    [all...]
chameleon_host.py 97 def is_in_lab(self): member in class:ChameleonHost
servo_repair.py 27 if host.is_in_lab() and host.job and host.job.in_lab:
  /external/autotest/server/
site_utils.py 308 def is_in_lab(): function
330 if not is_in_lab():
    [all...]

Completed in 282 milliseconds