Lines Matching refs:testname
183 def __init__(self, indent, status, subdir, testname, reason, argument
189 self.status = self.subdir = self.testname = self.reason = None
194 testname, reason,
209 if self.testname != 'reboot':
251 def make_dummy_abort(indent, subdir, testname, timestamp, reason): argument
267 if not testname:
268 testname = '----'
276 return msg % (subdir, testname, timestamp_field, reason)
396 if (line.testname is None and line.subdir is None
407 msg %= (running_client.status, running_client.testname)
417 line.testname,
423 running_test.testname, running_test.reason)
465 if line.testname is None and line.subdir is None:
470 if (line.testname is None and line.subdir is None
490 if line.testname == 'reboot' and line.subdir is None:
491 line.testname = 'boot.%d' % boot_count
498 if line.testname is None:
499 line.testname = line.subdir
501 if line.testname is None:
502 line.testname = 'CLIENT_JOB.%d' % job_count
515 line.testname,
525 if new_test.testname == ('boot.%d' % boot_count):
529 new_test.testname, new_test.reason)