Lines Matching refs:testname
198 def __init__(self, subdir, testname, status, reason, test_kernel, argument
210 super(test, self).__init__(subdir, testname, status, reason,
238 def __init__(self, indent, status, subdir, testname, reason, argument
256 self.testname = self.parse_name(testname)
290 status, subdir, testname = parts[0:part_index]
306 return cls(indent, status, subdir, testname, reason,
344 not line.testname):
353 not line.testname):
376 line.testname, line.reason])
385 if (line.testname == "Autotest.install" and
392 if (line.testname == "reboot" and line.type == "END"):
398 if line.testname is None:
401 line.testname = "CLIENT_JOB"
414 not line.testname.startswith('reboot.')):
426 if (line.testname is None or
428 line.testname)):
430 line.testname = line.subdir
433 if line.testname == "reboot.start":
442 if line.testname == "reboot.verify":
443 line.testname = "boot.%d" % boot_count
462 line.testname, line.reason))
464 line.testname,
474 testname = "boot.%d" % boot_count
478 % (testname, reason))
479 new_test = test.parse_test(self.job, None, testname,