Lines Matching refs:subdir
170 for subdir in ("reboot1", ""):
171 uname_path = os.path.join(path, "sysinfo", subdir,
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
255 self.subdir = self.parse_name(subdir)
290 status, subdir, testname = parts[0:part_index]
306 return cls(indent, status, subdir, testname, reason,
343 if (line.type == "START" and not line.subdir and
352 if (line.type == "END" and not line.subdir and
375 line.status, line.subdir,
409 line.subdir = group_subdir
415 if line.subdir:
417 + line.subdir)
418 group_subdir = line.subdir
429 if line.subdir and '.' in line.subdir:
430 line.testname = line.subdir
461 (final_status, line.subdir,
463 new_test = test.parse_test(self.job, line.subdir,