Lines Matching refs:reason
203 def __init__(self, subdir, testname, status, reason, test_kernel,
215 super(test, self).__init__(subdir, testname, status, reason,
243 def __init__(self, indent, status, subdir, testname, reason,
262 self.reason = reason
298 # a non-matching part, treat it and the rest of the parts as the reason.
308 reason = "\t".join(parts[part_index:])
311 return cls(indent, status, subdir, testname, reason,
381 line.testname, line.reason])
386 alert_pending = line.reason
451 verify_ident = line.reason.strip()
457 line.reason = alert_pending
467 line.testname, line.reason))
470 final_status, line.reason,
480 reason = "machine did not return from reboot"
483 % (testname, reason))
485 "ABORT", reason,