HomeSort by relevance Sort by last modified time
    Searched refs:lab_inventory (Results 1 - 7 of 7) sorted by null

  /external/autotest/contrib/
run-board-inventory 10 site_utils/lab_inventory.py $OPTIONS "${BOARD_NOTIFY[@]}"
run-pool-inventory 14 site_utils/lab_inventory.py $OPTIONS "${BOARD_NOTIFY[@]}" "${POOL_NOTIFY[@]}"
  /external/autotest/site_utils/
lab_inventory_unittest.py 13 from autotest_lib.site_utils import lab_inventory
75 # of status values that the lab_inventory module treats as
78 # of the lab_inventory module.
79 # _BROKEN - A value that counts as "broken" for the lab_inventory
109 self._pool_counts = lab_inventory._PoolCounts()
114 None, lab_inventory.SPARE_POOL, status)
185 self._board_counts = lab_inventory._BoardCounts()
216 for pool in lab_inventory.MANAGED_POOLS:
248 for pool in lab_inventory.MANAGED_POOLS:
261 for pool in lab_inventory.MANAGED_POOLS
    [all...]
dut_status.py 117 from autotest_lib.site_utils import lab_inventory
430 + ', '.join(lab_inventory.MANAGED_POOLS[:-1])
431 +', or '+ lab_inventory.MANAGED_POOLS[-1] +'.')
balance_pools.py 62 from autotest_lib.site_utils import lab_inventory
75 _SPARE_DEFAULT = lab_inventory.SPARE_POOL
569 pools = (lab_inventory.CRITICAL_POOLS
574 inventory = lab_inventory.get_inventory(afe)
  /external/autotest/scheduler/
rdb_hosts.py 30 from autotest_lib.site_utils import lab_inventory
272 if pool in lab_inventory.MANAGED_POOLS:
  /external/autotest/site_utils/stable_images/
assign_stable_images.py 19 See `autotest_lib.site_utils.lab_inventory` for the full definition
36 from autotest_lib.site_utils import lab_inventory
598 lab_inventory.get_managed_boards(afe))

Completed in 206 milliseconds