D | models.py | 97 def __init__(self, subdir, testname, status, reason, test_kernel, argument 100 self.subdir = subdir 139 def parse_test(cls, job, subdir, testname, status, reason, test_kernel, argument 162 tko_utils.dprint("parsing test %s %s" % (subdir, testname)) 164 if subdir: 166 iteration_keyval = os.path.join(job.dir, subdir, 171 perf_values_file = os.path.join(job.dir, subdir, 181 test_keyval = os.path.join(job.dir, subdir, 'keyval') 201 return constructor(subdir, testname, status, reason, test_kernel, 207 def parse_partial_test(cls, job, subdir, testname, reason, test_kernel, argument [all …]
|