Home | History | Annotate | Download | only in site_utils

Lines Matching full:broken

8 This command takes all broken DUTs in a specific pool for specific
10 of spares. The command is meant primarily for replacing broken DUTs
37 The command attempts to remove all broken DUTs from the target POOL
46 If not enough working spares are available, broken DUTs may be left
49 When reducing pool size, working DUTs will be returned after broken
70 # broken boards against. It seemed like the best choice that was neither too
142 + Broken - the DUT is unable to run tests, or it is locked.
144 this pool. The DUT may be either working or broken.
164 @property broken_hosts The list of this pool's broken
224 values indicate spares are needed to replace broken DUTs in
253 reduce this pool's supply. Broken DUTs will be preferred
256 The `num_broken` parameter indicates the number of broken
258 number of broken DUTs actually in the pool, the returned
261 addition to all broken ones.
263 @param num_broken Total number of broken DUTs to be left in
357 'Total %d DUTs, %d working, %d broken, %d reserved.',
379 '%s %s pool will return %d broken DUTs, '
394 _log_error('%s %s pool: Refusing to act on pool with %d broken DUTs.',
415 Get the inventory of boards and check if too many boards are broken.
421 @return True if the number of boards with 1 or more broken duts exceed
428 broken duts for the specified pool and
430 # it's not specified, calculate the default number of max broken
440 'Default max broken boards calculated to be %d for '
449 # TODO(kevcheng): Track which boards have broken duts, we can limit the
452 'broken DUT (max threshold %d)', num_of_broken_boards,
502 parser.add_argument('-m', '--max-broken', default=2, type=int,
505 'COUNT broken DUTs.')
508 'if it has a large number of broken DUTs. '
516 'at least one broken DUT. To bypass that check, '
517 'set --max-broken-boards to 0.')
518 parser.add_argument('--max-broken-boards',
521 'with broken DUTs in the specified pool '
578 'too many boards with at least 1 broken DUT '