OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESTRICTED_SUBNETS
(Results
1 - 6
of
6
) 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
21
RESTRICTED_SUBNETS
= [('192.168.0.1', 16)]
48
task.get_drone_hostnames_allowed(self.
RESTRICTED_SUBNETS
, True))
65
task.get_drone_hostnames_allowed(self.
RESTRICTED_SUBNETS
, True))
79
task.get_drone_hostnames_allowed(self.
RESTRICTED_SUBNETS
, True))
agent_task.py
370
self,
restricted_subnets
=utils.
RESTRICTED_SUBNETS
,
374
if (self.hostnames and
restricted_subnets
and enable_drone_in_subnet):
377
restricted_subnets
)
416
if (filtered_drones is None and
restricted_subnets
and
420
restricted_subnets
=
restricted_subnets
))
/external/autotest/client/common_lib/
site_utils.py
44
RESTRICTED_SUBNETS
= []
46
'CROS', '
restricted_subnets
', type=list, default=[])
49
RESTRICTED_SUBNETS
.append((ip, int(mask_bits)))
653
def get_restricted_subnet(hostname,
restricted_subnets
=
RESTRICTED_SUBNETS
):
657
@param
restricted_subnets
: A list of restricted subnets, default is set to
658
RESTRICTED_SUBNETS
.
666
for subnet_ip, mask_bits in
restricted_subnets
:
/external/autotest/client/common_lib/cros/
dev_server.py
388
cls, restricted_subnet=utils.
RESTRICTED_SUBNETS
):
446
for subnet_ip, mask_bits in utils.
RESTRICTED_SUBNETS
:
461
if (not restricted_subnet and utils.
RESTRICTED_SUBNETS
and
[
all
...]
dev_server_unittest.py
57
# Hide local
restricted_subnets
setting.
58
dev_server.
RESTRICTED_SUBNETS
= []
Completed in 111 milliseconds