Lines Matching refs:tko_utils
28 from autotest_lib.tko import db as tko_db, utils as tko_utils unknown
118 tko_utils.dprint("ERROR: at least one results directory must "
228 tko_utils.dprint('ERROR: Could not invalidate tests: ' + msg)
261 tko_utils.dprint('DEBUG: Invalidated tests associated to job: ' + msg)
270 tko_utils.dprint(
282 tko_utils.dprint(
303 tko_utils.dprint(
307 tko_utils.dprint(
343 tko_utils.dprint("\nScanning %s (%s)" % (jobname, path))
346 tko_utils.dprint("! Job is already parsed, done")
355 tko_utils.dprint("+ Parsing dir=%s, jobname=%s" % (path, jobname))
358 tko_utils.dprint("! Unable to parse job, no status file")
368 job.afe_job_id = tko_utils.get_afe_job_id(jobname)
369 job.skylab_task_id = tko_utils.get_skylab_task_id(jobname)
387 result_utils_lib.LOG = tko_utils.dprint
393 path, log=tko_utils.dprint)
394 tko_utils.dprint('Finished collecting result sizes after %s seconds' %
406 tko_utils.dprint("* testname, subdir, status, reason: %s %s %s %s"
421 tko_utils.dprint("Sending email report of failure on %s to %s"
427 tko_utils.dprint("Skipping results upload to chrome perf as it is "
434 sponge_url = sponge_utils.upload_results(job, log=tko_utils.dprint)
445 tko_utils.dprint(
487 tko_utils.dprint('Start dumping suite timing report...')
498 tko_utils.dprint('Successfully finish dumping suite timing report')
505 tko_utils.dprint('Start exporting timeline report to gcloud')
507 tko_utils.dprint('Successfully export timeline report to '
510 tko_utils.dprint('DEBUG: skip exporting suite timeline to '
547 'skylab' if tko_utils.is_skylab_task(jobname) else 'afe',
595 tko_utils.dprint("! Reparse returned new test "
801 tko_utils.dprint("Attempting to read side_effects.Config from %s" %
806 tko_utils.dprint("Validating side_effects.Config.tko")
809 tko_utils.dprint("Using the following DB config params from "
819 tko_utils.dprint("No side_effects.Config found in %s - "