Lines Matching refs:testname
205 def __init__(self, subdir, testname, status, reason, test_kernel, argument
217 super(test, self).__init__(subdir, testname, status, reason,
245 def __init__(self, indent, status, subdir, testname, reason, argument
263 self.testname = self.parse_name(testname)
297 status, subdir, testname = parts[0:part_index]
313 return cls(indent, status, subdir, testname, reason,
351 not line.testname):
360 not line.testname):
383 line.testname, line.reason])
392 if (line.testname == "Autotest.install" and
399 if (line.testname == "reboot" and line.type == "END"):
405 if line.testname is None:
408 line.testname = "CLIENT_JOB"
421 not line.testname.startswith('reboot.')):
433 if (line.testname is None or
435 line.testname)):
437 line.testname = line.subdir
440 if line.testname == "reboot.start":
449 if line.testname == "reboot.verify":
450 line.testname = "boot.%d" % boot_count
469 line.testname, line.reason))
471 line.testname,
481 testname = "boot.%d" % boot_count
485 % (testname, reason))
486 new_test = test.parse_test(self.job, None, testname,