Lines Matching refs:subdir
177 for subdir in ("reboot1", ""):
178 uname_path = os.path.join(path, "sysinfo", subdir,
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
262 self.subdir = self.parse_name(subdir)
297 status, subdir, testname = parts[0:part_index]
313 return cls(indent, status, subdir, testname, reason,
350 if (line.type == "START" and not line.subdir and
359 if (line.type == "END" and not line.subdir and
382 line.status, line.subdir,
416 line.subdir = group_subdir
422 if line.subdir:
424 + line.subdir)
425 group_subdir = line.subdir
436 if line.subdir and '.' in line.subdir:
437 line.testname = line.subdir
468 (final_status, line.subdir,
470 new_test = test.parse_test(self.job, line.subdir,