Home | History | Annotate | Download | only in tko

Lines Matching refs:STATUS

63 def format_failure_message(jobname, kernel, testname, status, reason):
69 @param status: String representing the test status.
75 return format_string % (jobname, kernel, testname, status, reason)
207 # look up the status version
214 status_log = os.path.join(path, "status.log")
216 status_log = os.path.join(path, "status")
218 tko_utils.dprint("! Unable to parse job, no status file")
221 # parse the status logs
262 tko_utils.dprint("* testname, status, reason: %s %s %s"
263 % (test.subdir, test.status, test.reason))
264 if test.status != 'GOOD':
268 test.status, test.reason))
408 # parse status.log in current directory, if it exists. multi-machine
411 if os.path.exists(os.path.join(path, 'status.log')):
443 job_id, hostname, job_overhead.STATUS.PARSING,