Lines Matching refs:testname
194 def __init__(self, subdir, testname, status, reason, test_kernel, argument
206 super(test, self).__init__(subdir, testname, status, reason,
234 def __init__(self, indent, status, subdir, testname, reason, argument
252 self.testname = self.parse_name(testname)
286 status, subdir, testname = parts[0:part_index]
302 return cls(indent, status, subdir, testname, reason,
340 not line.testname):
349 not line.testname):
372 line.testname, line.reason])
381 if (line.testname == "Autotest.install" and
388 if (line.testname == "reboot" and line.type == "END"):
394 if line.testname is None:
397 line.testname = "CLIENT_JOB"
410 not line.testname.startswith('reboot.')):
422 if (line.testname is None or
424 line.testname)):
426 line.testname = line.subdir
429 if line.testname == "reboot.start":
438 if line.testname == "reboot.verify":
439 line.testname = "boot.%d" % boot_count
458 line.testname, line.reason))
460 line.testname,
470 testname = "boot.%d" % boot_count
474 % (testname, reason))
475 new_test = test.parse_test(self.job, None, testname,