Searched refs:host_is_in_lab_zone (Results 1 - 8 of 8) sorted by relevance

/external/autotest/contrib/
H A Dhaveservo19 if utils.host_is_in_lab_zone(servo_name):
/external/autotest/server/hosts/
H A Dchameleon_host.py78 else utils.host_is_in_lab_zone(self.hostname))
214 if utils.host_is_in_lab_zone(chameleon_hostname):
H A Dservo_host.py111 to None, for which utils.host_is_in_lab_zone will be
118 self._is_in_lab = utils.host_is_in_lab_zone(self.hostname)
690 is_in_lab = utils.host_is_in_lab_zone(lab_servo_hostname)
/external/autotest/server/cros/ap_configurators/
H A Dap_batch_locker.py132 if not utils.host_is_in_lab_zone(ap_locker.configurator.host_name):
/external/autotest/client/common_lib/
H A Dsite_utils.py86 def host_is_in_lab_zone(hostname): function
115 return (hostname.find('-dev-') == -1) and host_is_in_lab_zone(hostname)
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
H A Dtelemetry_AFDOGenerate.py146 self._gs_test_location = not utils.host_is_in_lab_zone(
/external/autotest/client/cros/chameleon/
H A Dchameleon.py617 if utils.host_is_in_lab_zone(hostname):
/external/autotest/site_utils/
H A Dlab_inventory.py612 if utils.host_is_in_lab_zone(servo_name):

Completed in 210 milliseconds