Searched refs:SPARE_POOL (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/ |
D | constants.py | 42 SPARE_POOL = 'suites' variable in Pools 43 MANAGED_POOLS = CRITICAL_POOLS + [SPARE_POOL]
|
/external/autotest/site_utils/ |
D | lab_inventory_unittest.py | 138 fake = _FakeHostHistory('zebra', lab_inventory.SPARE_POOL, status) 375 pool = lab_inventory.SPARE_POOL 460 SPARE_POOL = lab_inventory.SPARE_POOL variable 461 POOL_CHOICES = (CRITICAL_POOL, SPARE_POOL) 520 histories.get_working(SPARE_POOL), 521 histories.get_broken(SPARE_POOL), 522 histories.get_idle(SPARE_POOL), 559 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 412 def get_spares_buffer(self, spare_pool=SPARE_POOL): 552 def _reportable_models(inventory, spare_pool=SPARE_POOL): 776 counts.get_total(SPARE_POOL),
|
D | balance_pools.py | 84 _SPARE_DEFAULT = lab_inventory.SPARE_POOL
|