Searched refs:SPARE_POOL (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/ |
D | constants.py | 45 SPARE_POOL = 'suites' variable in Pools 46 MANAGED_POOLS = CRITICAL_POOLS + [SPARE_POOL]
|
/external/autotest/site_utils/ |
D | lab_inventory_unittest.py | 84 fake = _FakeHostHistory('zebra', lab_inventory.SPARE_POOL, status) 345 pool = lab_inventory.SPARE_POOL 434 SPARE_POOL = lab_inventory.SPARE_POOL variable 435 POOL_CHOICES = (CRITICAL_POOL, SPARE_POOL) 495 histories.get_working(SPARE_POOL), 496 histories.get_broken(SPARE_POOL), 497 histories.get_idle(SPARE_POOL), 536 for pool in [CRITICAL_POOL, SPARE_POOL]: 982 spare_pool = lab_inventory.SPARE_POOL
|
D | lab_inventory.py | 75 SPARE_POOL = constants.Pools.SPARE_POOL variable 389 def get_spares_buffer(self, spare_pool=SPARE_POOL): 509 def reportable_items(self, spare_pool=SPARE_POOL): 748 counts.get_total(SPARE_POOL),
|
D | balance_pools.py | 80 _SPARE_DEFAULT = lab_inventory.SPARE_POOL
|