Home
last modified time | relevance | path

Searched refs:host_is_in_lab_zone (Results 1 – 9 of 9) 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):
250 utils.host_is_in_lab_zone(dut)):
Dbase_servohost.py70 self._is_in_lab = utils.host_is_in_lab_zone(self.hostname)
Dcros_host.py979 if utils.host_is_in_lab_zone(self.hostname):
/external/autotest/server/cros/chaos_lib/
Dchaos_runner.py129 if not client_utils.host_is_in_lab_zone(webdriver_instance.hostname):
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dtelemetry_AFDOGenerate.py275 self._gs_test_location = not utils.host_is_in_lab_zone(
/external/autotest/server/
Dsite_utils.py355 and utils.host_is_in_lab_zone(hostname))
/external/autotest/client/cros/chameleon/
Dchameleon.py1153 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.py2064 def host_is_in_lab_zone(hostname): function