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

  /external/autotest/site_utils/
lab_inventory_unittest.py 661 good, bad, spares = counts
662 if spares > bad:
663 return ((good + bad - spares, 0),
664 (spares - bad, bad))
666 return ((good, bad - spares), (0, spares))
671 good, bad, spares = counts
672 if good > spares:
673 return ((good - spares, bad), (spares, 0)
    [all...]
lab_inventory.py 83 # spares to replace broken devices in the critical pools.
332 """Return the the nominal number of working spares.
334 Calculates and returns how many working spares there would
335 be in the spares pool if all broken DUTs were in the spares
339 @return The total number DUTs in the spares pool, less the total
441 spares = counts.get_total(_SPARE_POOL)
443 if spares != 0 and spares != total:
499 size of the board's spares buffer
    [all...]

Completed in 5407 milliseconds