Home | History | Annotate | Download | only in bin

Lines Matching refs:record

134             self.record(
187 setup so that the self.record() method works.
189 As of now self.record() needs self.resultdir, self._group_level,
239 Perform job initialization not required by self.record().
283 self.record('START', None, None)
339 self.record("INFO", None, None,
347 self.record("INFO", None, None,
543 self.record("WARN", subdir, testname, reason)
549 # The error is already classified, record it properly.
550 self.record(detail.exit_status, subdir, testname, str(detail))
553 self.record('GOOD', subdir, testname, 'completed successfully')
649 self.record('START', subdir, testname,
655 self.record('END GOOD', subdir, testname)
658 self.record('END %s' % e.exit_status, subdir, testname)
661 self.record('END ABORT', subdir, testname)
670 self.record('END ERROR', subdir, testname, err_msg)
709 self.record('START', None, 'reboot')
710 self.record('GOOD', None, 'reboot.start')
715 self.record("ABORT", subdir, operation, status)
719 self.record("END ABORT", subdir, 'reboot', optional_fields=kernel)
727 @param subdir: The subdir to use in the job.record call.
994 self.record(detail.exit_status, None, fn, str(detail))
1067 self.record(detail.exit_status, None, self.control, str(detail))
1081 # if last job failed due to unexpected reboot, record it as fail
1086 self.record('FAIL', subdir, testname, 'unexpected reboot')
1087 self.record('END FAIL', subdir, testname)
1232 myjob.record('ABORT', None, command, str(instance))
1233 myjob.record('END ABORT', None, None, str(instance))
1245 myjob.record('END ABORT', None, None, msg)
1252 myjob.record('END GOOD', None, None)