Lines Matching refs:testname
203 def __init__(self, subdir, testname, status, reason, test_kernel, argument
215 super(test, self).__init__(subdir, testname, status, reason,
243 def __init__(self, indent, status, subdir, testname, reason, argument
261 self.testname = self.parse_name(testname)
295 status, subdir, testname = parts[0:part_index]
311 return cls(indent, status, subdir, testname, reason,
349 not line.testname):
358 not line.testname):
381 line.testname, line.reason])
390 if (line.testname == "Autotest.install" and
397 if (line.testname == "reboot" and line.type == "END"):
403 if line.testname is None:
406 line.testname = "CLIENT_JOB"
419 not line.testname.startswith('reboot.')):
431 if (line.testname is None or
433 line.testname)):
435 line.testname = line.subdir
438 if line.testname == "reboot.start":
447 if line.testname == "reboot.verify":
448 line.testname = "boot.%d" % boot_count
467 line.testname, line.reason))
469 line.testname,
479 testname = "boot.%d" % boot_count
483 % (testname, reason))
484 new_test = test.parse_test(self.job, None, testname,