Lines Matching full:history
10 Reports on the history and status of selected DUT hosts, to
14 broken". The status determination is based on the history of
20 A DUT's reported status is based on the DUT's job history in a time
54 with no job history are considered non-working.
61 * A detailed job history for all selected DUTs, sorted by
63 * A job history for all selected DUTs showing only the history
77 -f/--full_history - Print detailed per-host job history.
78 -g/--diagnosis - Print the job history surrounding a status
162 """Print one-line summaries of host history.
173 for history in history_list:
174 status, event = history.last_diagnosis()
184 print fmt % (history.hostname,
201 """Print hosts, optionally with a job history.
213 for history in history_list:
214 status, _ = history.last_diagnosis()
217 print history.hostname
219 for event in history:
222 for event in history.diagnosis_interval():
396 description='Report DUT status and execution history',
401 help=('Starting time for history display. '
405 help=('Ending time for history display. '
410 help='Number of hours of history to display'
415 help='Display host history from most '
418 help='Display host history for the '
429 help='Display history for all DUTs '
432 help='Display history for all DUTs of the given model.')
434 help='Display history for all DUTs '