Home | History | Annotate | Download | only in site_utils

Lines Matching refs:WORKING

9 board and pool, and determines whether each DUT is working or
130 working DUTs, a list of broken DUTs, and a list of all DUTs.
176 """Return a list of all working DUTs in the pool.
179 diagnosis is `WORKING`.
188 if h.last_diagnosis()[0] == status_history.WORKING]
193 """Return the number of working DUTs in the pool."""
201 diagnosis is not `WORKING`.
210 if h.last_diagnosis()[0] != status_history.WORKING]
228 board. The collection maintains a count of working DUTs, a
278 """Return a list of all working DUTs for the board.
281 selecting the ones where the last diagnosis is `WORKING`.
293 """Return the number of working DUTs in a pool.
298 @return The total number of working DUTs in the selected
309 `WORKING`.
332 """Return the the nominal number of working spares.
334 Calculates and returns how many working spares there would
626 of working and broken DUTs, and the total shortfall or surplus
627 of working devices relative to the minimum critical pool
701 number of working and broken DUTs in the pool. Only boards with
728 working = counts.get_working(pool)
730 data_list.append((board, broken, working, total))