Lines Matching full:testname
92 def __init__(self, subdir, testname, status, reason, test_kernel,
96 self.testname = testname
134 def parse_test(cls, job, subdir, testname, status, reason, test_kernel,
146 @param testname: The name of the test.
157 tko_utils.dprint("parsing test %s %s" % (subdir, testname))
191 return constructor(subdir, testname, status, reason, test_kernel,
197 def parse_partial_test(cls, job, subdir, testname, reason, test_kernel,
209 @param testname: The name of the test.
217 tko_utils.dprint('parsing partial test %s %s' % (subdir, testname))
219 return cls(subdir, testname, 'RUNNING', reason, test_kernel,