OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MANAGED_POOLS
(Results
1 - 6
of
6
) sorted by null
/external/autotest/server/
constants.py
37
MANAGED_POOLS
- The set of all the general purpose pools
42
MANAGED_POOLS
= CRITICAL_POOLS + [SPARE_POOL]
/external/autotest/site_utils/
dut_mon.py
42
if pool in constants.Pools.
MANAGED_POOLS
:
dut_status.py
437
+ ', '.join(constants.Pools.
MANAGED_POOLS
[:-1])
438
+', or '+ constants.Pools.
MANAGED_POOLS
[-1] +'.')
lab_inventory.py
76
MANAGED_POOLS
= constants.Pools.
MANAGED_POOLS
483
all DUTs in the `
MANAGED_POOLS
` list. If `modellist` is
495
target_pools =
MANAGED_POOLS
[
all
...]
lab_inventory_unittest.py
485
histories, lab_inventory.
MANAGED_POOLS
)
[
all
...]
/external/autotest/scheduler/
rdb_hosts.py
255
if pool in constants.Pools.
MANAGED_POOLS
:
Completed in 1304 milliseconds