Home | History | Annotate | Download | only in dynamic_suite

Lines Matching refs:machine

212     """Wrap up information needed to report a test killing a machine."""
214 # Label used by the bug-filer to categorize machine killers
215 _MACHINE_KILLER_LABEL = 'machine-killer'
221 def __init__(self, job_id, job_name, machine):
226 @param machine: The hostname of a machine that has been put
236 self._machine = machine
252 'Machine: %(machine)s.\n'
254 'machine in the Repair Failed State.\n'
261 'machine, not the number of times it has gone into '
265 'machine': self._machine,