Home
last modified time | relevance | path

Searched refs:host_is_in_lab_zone (Results 1 – 10 of 10) sorted by relevance

/external/autotest/server/hosts/
Dchameleon_host.py94 else utils.host_is_in_lab_zone(self.hostname))
174 if utils.host_is_in_lab_zone(chameleon_hostname):
Dservo_host.py113 self._is_in_lab = utils.host_is_in_lab_zone(self.hostname)
Dcros_host.py616 if utils.host_is_in_lab_zone(self.hostname):
/external/autotest/server/cros/ap_configurators/
Dap_batch_locker.py133 if not utils.host_is_in_lab_zone(ap_locker.configurator.host_name):
160 if not utils.host_is_in_lab_zone(ap_locker.configurator.host_name):
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dtelemetry_AFDOGenerate.py155 self._gs_test_location = not utils.host_is_in_lab_zone(
/external/autotest/server/cros/chaos_lib/
Dchaos_runner.py129 if not client_utils.host_is_in_lab_zone(webdriver_instance.hostname):
/external/autotest/server/
Dsite_utils.py346 and utils.host_is_in_lab_zone(hostname))
/external/autotest/client/cros/chameleon/
Dchameleon.py981 if utils.host_is_in_lab_zone(hostname):
/external/autotest/site_utils/
Dlab_inventory.py727 servo_present = utils.host_is_in_lab_zone(servo_name)
/external/autotest/client/common_lib/
Dutils.py1980 def host_is_in_lab_zone(hostname): function