HomeSort by relevance Sort by last modified time
    Searched refs:tko_utils (Results 1 - 9 of 9) sorted by null

  /external/autotest/tko/parsers/
version_0.py 4 from autotest_lib.tko import utils as tko_utils, models, status_lib namespace
25 tko_utils.dprint(str(keyval))
29 queued_time = tko_utils.get_timestamp(keyval, "job_queued")
30 started_time = tko_utils.get_timestamp(keyval, "job_started")
31 finished_time = tko_utils.get_timestamp(keyval, "job_finished")
37 aborted_at = tko_utils.get_timestamp(keyval, "aborted_on")
55 tko_utils.dprint("Using host_group_name %r instead of "
64 tko_utils.dprint("MACHINE NAME: %s" % machine)
75 tko_utils.dprint('Unable to parse host keyval for %s'
90 tko_utils.dprint(error
    [all...]
base.py 3 from autotest_lib.tko import status_lib, utils as tko_utils namespace
37 tko_utils.dprint(msg)
56 tko_utils.dprint(msg)
version_1.py 3 from autotest_lib.tko import models, status_lib, utils as tko_utils namespace
14 top_dir = tko_utils.find_toplevel_job_dir(self.dir)
100 tko_utils.dprint(msg)
140 tko_utils.dprint(msg)
228 return tko_utils.get_timestamp(self.optional_fields, 'timestamp')
286 tko_utils.dprint('Unexpected indent regression, aborting')
321 tko_utils.dprint('\nUnexpected end of job, aborting')
352 tko_utils.dprint('\nSTATUS: ' + raw_line.strip())
355 tko_utils.dprint('non-status line, ignoring')
370 tko_utils.dprint('unexpected extra indentation, ignoring'
    [all...]
  /external/autotest/tko/
parse.py 14 from autotest_lib.tko import db as tko_db, utils as tko_utils namespace
54 tko_utils.dprint("ERROR: at least one results directory must "
144 tko_utils.dprint('ERROR: Could not invalidate tests: ' + msg)
177 tko_utils.dprint('DEBUG: Invalidated tests associated to job: ' + msg)
192 tko_utils.dprint("\nScanning %s (%s)" % (jobname, path))
198 tko_utils.dprint("! Job is already parsed, done")
218 tko_utils.dprint("! Unable to parse job, no status file")
222 tko_utils.dprint("+ Parsing dir=%s, jobname=%s" % (path, jobname))
244 tko_utils.dprint("! Reparse returned new test "
262 tko_utils.dprint("* testname, status, reason: %s %s %s
    [all...]
models.py 4 from autotest_lib.tko import utils as tko_utils namespace
39 top_dir = tko_utils.find_toplevel_job_dir(dir)
157 tko_utils.dprint("parsing test %s %s" % (subdir, testname))
217 tko_utils.dprint('parsing partial test %s %s' % (subdir, testname))
253 job_dir = tko_utils.find_toplevel_job_dir(job_dir)
site_parse.py 35 from autotest_lib.tko import models, parse, utils as tko_utils namespace
176 tko_utils.dprint(
  /external/autotest/tko/perf_upload/
perf_uploader.py 20 from autotest_lib.tko import utils as tko_utils namespace
382 tko_utils.dprint('Failed to parse config file %s: %s.' %
392 tko_utils.dprint('Error when uploading perf data to the perf '
395 tko_utils.dprint('Successfully uploaded perf data to the perf '
  /external/autotest/server/cros/dynamic_suite/
dynamic_suite.py 21 from autotest_lib.tko import utils as tko_utils namespace
530 my_job_id = int(tko_utils.get_afe_job_id(dargs['job'].tag))
  /external/autotest/server/
server_job.py 24 from autotest_lib.tko import db as tko_db, status_lib, utils as tko_utils namespace
356 tko_utils.redirect_parser_debugging(parse_log)
    [all...]

Completed in 170 milliseconds