Home
last modified time | relevance | path

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

/external/autotest/server/
Dconstants.py46 MANAGED_POOLS = CRITICAL_POOLS + [SPARE_POOL] variable in Pools
/external/autotest/site_utils/
Ddut_status.py437 + ', '.join(constants.Pools.MANAGED_POOLS[:-1])
438 +', or '+ constants.Pools.MANAGED_POOLS[-1] +'.')
Dlab_inventory.py76 MANAGED_POOLS = constants.Pools.MANAGED_POOLS variable
466 target_pools = MANAGED_POOLS
860 for pool in MANAGED_POOLS:
Dlab_inventory_unittest.py459 histories, lab_inventory.MANAGED_POOLS)
897 histories, lab_inventory.MANAGED_POOLS)
1050 histories, lab_inventory.MANAGED_POOLS)
/external/autotest/server/hosts/
Dcros_firmware.py60 _FIRMWARE_UPDATE_POOLS = set(constants.Pools.MANAGED_POOLS)
/external/autotest/scheduler/
Drdb_hosts.py255 if pool in constants.Pools.MANAGED_POOLS: