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

  /external/autotest/server/hosts/
chameleon_host.py 94 else utils.host_is_in_lab_zone(self.hostname))
174 if utils.host_is_in_lab_zone(chameleon_hostname):
servo_host.py 96 to None, for which utils.host_is_in_lab_zone will be
113 self._is_in_lab = utils.host_is_in_lab_zone(self.hostname)
cros_host.py 616 if utils.host_is_in_lab_zone(self.hostname):
    [all...]
  /external/autotest/server/cros/ap_configurators/
ap_batch_locker.py 133 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/
telemetry_AFDOGenerate.py 155 self._gs_test_location = not utils.host_is_in_lab_zone(
  /external/autotest/server/cros/chaos_lib/
chaos_runner.py 129 if not client_utils.host_is_in_lab_zone(webdriver_instance.hostname):
  /external/autotest/client/cros/chameleon/
chameleon.py     [all...]
  /external/autotest/server/
site_utils.py 346 and utils.host_is_in_lab_zone(hostname))
    [all...]
  /external/autotest/site_utils/
lab_inventory.py 727 servo_present = utils.host_is_in_lab_zone(servo_name)
    [all...]
  /external/autotest/client/common_lib/
utils.py 1980 def host_is_in_lab_zone(hostname): function
    [all...]

Completed in 375 milliseconds