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

  /external/autotest/scheduler/
agent_task.py 137 ENABLE_DRONE_IN_RESTRICTED_SUBNET = CONFIG.get_config_value(
138 'CROS', 'enable_drone_in_restricted_subnet', type=bool,
382 enable_drone_in_subnet=ENABLE_DRONE_IN_RESTRICTED_SUBNET):
  /external/autotest/server/
site_utils.py 49 ENABLE_DRONE_IN_RESTRICTED_SUBNET = CONFIG.get_config_value(
50 'CROS', 'enable_drone_in_restricted_subnet', type=bool,
    [all...]
  /external/autotest/server/hosts/
cros_host.py 419 # If enable_drone_in_restricted_subnet is False, do not set hostname
423 if not server_utils.ENABLE_DRONE_IN_RESTRICTED_SUBNET:
437 # If enable_drone_in_restricted_subnet is True, use the
440 if server_utils.ENABLE_DRONE_IN_RESTRICTED_SUBNET:
    [all...]

Completed in 126 milliseconds