Searched refs:restricted_subnets (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/ |
D | system_utils.py | 57 def refresh(cls, restricted_subnets=utils.RESTRICTED_SUBNETS): argument 67 if (not restricted_subnets or 69 restricted_subnets)): 77 cls, restricted_subnets=utils.RESTRICTED_SUBNETS): argument 84 cls.refresh(restricted_subnets) 90 def get_drone_ip_map(cls, restricted_subnets=utils.RESTRICTED_SUBNETS): argument 97 cls.refresh(restricted_subnets)
|
/external/autotest/scheduler/ |
D | agent_task.py | 371 self, restricted_subnets=utils.RESTRICTED_SUBNETS, argument 375 if (self.hostnames and restricted_subnets and enable_drone_in_subnet): 378 restricted_subnets) 417 if (filtered_drones is None and restricted_subnets and 421 restricted_subnets=restricted_subnets))
|
/external/autotest/client/common_lib/cros/ |
D | dev_server.py | 633 cls, restricted_subnets=utils.RESTRICTED_SUBNETS): argument 642 if not restricted_subnets: 648 if not utils.get_restricted_subnet(server_name, restricted_subnets): 679 restricted_subnets=utils.RESTRICTED_SUBNETS): argument 699 return cls.get_unrestricted_devservers(restricted_subnets), False 704 if host_ip and restricted_subnets: 705 for subnet_ip, mask_bits in restricted_subnets: 723 return cls.get_unrestricted_devservers(restricted_subnets), False
|
D | dev_server_unittest.py | 1343 restricted_subnets = [('127.0.0.0', 24)] 1352 unrestricted_host, True, restricted_subnets), 1359 unrestricted_host, False, restricted_subnets), 1366 None, True, restricted_subnets), 1373 restricted_host, True, restricted_subnets),
|
/external/autotest/client/common_lib/ |
D | site_utils.py | 798 def get_restricted_subnet(hostname, restricted_subnets=RESTRICTED_SUBNETS): argument 811 for subnet_ip, mask_bits in restricted_subnets:
|
/external/autotest/ |
D | global_config.ini | 375 restricted_subnets: key
|