Home
last modified time | relevance | path

Searched refs:RESTRICTED_SUBNETS (Results 1 – 6 of 6) sorted by relevance

/external/autotest/scheduler/
Dagent_task_unittest.py22 RESTRICTED_SUBNETS = [('192.168.0.1', 16)] variable in RestrictedSubnetTest
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))
Dagent_task.py371 self, restricted_subnets=utils.RESTRICTED_SUBNETS,
/external/autotest/server/
Dsystem_utils.py57 def refresh(cls, restricted_subnets=utils.RESTRICTED_SUBNETS):
77 cls, restricted_subnets=utils.RESTRICTED_SUBNETS):
90 def get_drone_ip_map(cls, restricted_subnets=utils.RESTRICTED_SUBNETS):
/external/autotest/client/common_lib/
Dsite_utils.py45 RESTRICTED_SUBNETS = [] variable
52 RESTRICTED_SUBNETS.append((ip, int(mask_bits)))
798 def get_restricted_subnet(hostname, restricted_subnets=RESTRICTED_SUBNETS):
/external/autotest/client/common_lib/cros/
Ddev_server.py633 cls, restricted_subnets=utils.RESTRICTED_SUBNETS):
679 restricted_subnets=utils.RESTRICTED_SUBNETS):
Ddev_server_unittest.py237 dev_server.RESTRICTED_SUBNETS = []