Home | History | Annotate | Download | only in site_utils

Lines Matching full:broken

6 """Report whether DUTs are working or broken.
11 determine whether they're "working" or "broken". For purposes of
12 the script, "broken" means "the DUT requires manual intervention
14 broken". The status determination is based on the history of
53 -n/--broken - Only include hosts in a non-working state. Hosts
64 surrounding the DUT's last change from working to broken,
69 * With the --working or --broken options, the list of host names
76 --broken options.
87 'NO' means the DUT is broken. That diagnosis is based on a job that
98 job's logs. The status indicates the working or broken status after
100 'NO' Indicates that the DUT was believed broken after the job.
130 status_history.BROKEN: 'NO'
157 return arguments.broken
203 and --broken options, as well as the output for the
334 * If neither --broken nor --working was used, then --oneline
336 * If neither --broken nor --working was used, included both
337 working and broken DUTs.
346 not arguments.broken)
347 if not arguments.working and not arguments.broken:
349 arguments.broken = True
419 parser.add_argument('-n', '--broken', action='store_true',