Home
last modified time | relevance | path

Searched refs:is_labstation (Results 1 – 8 of 8) sorted by relevance

/external/autotest/site_utils/deployment/prepare/
Dmain.py69 is_labstation = (host_info.get().os == "labstation")
114 if not is_labstation:
122 if is_labstation:
/external/autotest/server/hosts/
Dservo_repair.py76 if host.is_labstation():
536 return (host.is_labstation()
541 return (host.is_labstation()
546 return not host.is_labstation()
832 if host.is_labstation():
861 if host.is_localhost() or not host.is_labstation():
Dservo_host.py228 and self.is_labstation()):
578 if self.is_labstation():
833 if not self.is_labstation():
1383 if self.is_labstation():
1410 if (self.is_labstation()
1427 elif not self.is_labstation():
1459 if not self.is_labstation():
Dbase_servohost.py128 def is_labstation(self): member in BaseServoHost
Dcros_host.py3011 if not self._servo_host.is_labstation():
/external/autotest/site_utils/admin_audit/
Dservo_updater.py57 elif not self._host.is_labstation():
Dverifiers.py382 if not host._servo_host.is_labstation():
/external/autotest/site_utils/deployment/
Dinstall.py905 if not host.is_labstation():