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

  /external/autotest/server/
system_utils.py 57 def refresh(cls, restricted_subnets=utils.RESTRICTED_SUBNETS):
60 @param restricted_subnets: A list of restricted subnet, default is set
61 to restricted_subnets in global config.
67 if (not restricted_subnets or
69 restricted_subnets)):
77 cls, restricted_subnets=utils.RESTRICTED_SUBNETS):
80 @param restricted_subnets: A list of restricted subnet, default is set
81 to restricted_subnets in global config
    [all...]
  /external/autotest/scheduler/
agent_task_unittest.py 22 RESTRICTED_SUBNETS = [('192.168.0.1', 16)]
49 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))
66 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))
80 task.get_drone_hostnames_allowed(self.RESTRICTED_SUBNETS, True))
agent_task.py 381 self, restricted_subnets=utils.RESTRICTED_SUBNETS,
385 if (self.hostnames and restricted_subnets and enable_drone_in_subnet):
388 restricted_subnets)
427 if (filtered_drones is None and restricted_subnets and
431 restricted_subnets=restricted_subnets))
  /external/autotest/client/common_lib/cros/
gs_cache_client.py 91 gs_cache_server_name, utils.RESTRICTED_SUBNETS
dev_server_unittest.py 128 self.hostname, utils.RESTRICTED_SUBNETS).AndReturn(
189 self.hostname, utils.RESTRICTED_SUBNETS).AndReturn(
206 self.hostname, utils.RESTRICTED_SUBNETS).AndReturn(
224 self.hostname, utils.RESTRICTED_SUBNETS).AndReturn(
253 self.hostname, utils.RESTRICTED_SUBNETS).AndReturn(
298 # Hide local restricted_subnets setting.
299 dev_server.RESTRICTED_SUBNETS = []
    [all...]
dev_server.py 748 cls, restricted_subnets=utils.RESTRICTED_SUBNETS):
750 restricted_subnets.
752 @param restricted_subnets: A list of restriected subnets.
757 if not restricted_subnets:
763 if not utils.get_restricted_subnet(server_name, restricted_subnets):
797 restricted_subnets=utils.RESTRICTED_SUBNETS):
818 return cls.get_unrestricted_devservers(restricted_subnets), False
823 if host_ip and restricted_subnets
    [all...]
  /external/autotest/client/common_lib/
utils.py     [all...]

Completed in 212 milliseconds