Searched refs:tko_utils (Results 1 - 9 of 9) sorted by relevance

/external/autotest/tko/parsers/
H A Dversion_0.py7 from autotest_lib.tko import utils as tko_utils namespace
27 tko_utils.dprint(str(keyval))
31 queued_time = tko_utils.get_timestamp(keyval, "job_queued")
32 started_time = tko_utils.get_timestamp(keyval, "job_started")
33 finished_time = tko_utils.get_timestamp(keyval, "job_finished")
39 aborted_at = tko_utils.get_timestamp(keyval, "aborted_on")
57 tko_utils.dprint("Using host_group_name %r instead of "
66 tko_utils.dprint("MACHINE NAME: %s" % machine)
77 tko_utils.dprint('Unable to parse host keyval for %s'
99 tko_utils
[all...]
H A Dbase.py3 from autotest_lib.tko import status_lib, utils as tko_utils namespace
37 tko_utils.dprint(msg)
56 tko_utils.dprint(msg)
H A Dversion_1.py9 from autotest_lib.tko import utils as tko_utils namespace
21 top_dir = tko_utils.find_toplevel_job_dir(self.dir)
107 tko_utils.dprint(msg)
147 tko_utils.dprint(msg)
235 return tko_utils.get_timestamp(self.optional_fields, 'timestamp')
294 tko_utils.dprint('Unexpected indent: aborting log parse')
326 Prints the ignored_lines using tko_utils.dprint method.
328 tko_utils.dprint('The following lines were ignored:')
330 tko_utils.dprint(line)
331 tko_utils
[all...]
/external/autotest/tko/
H A Dparse.py30 from autotest_lib.tko import db as tko_db, utils as tko_utils namespace
104 tko_utils.dprint("ERROR: at least one results directory must "
214 tko_utils.dprint('ERROR: Could not invalidate tests: ' + msg)
247 tko_utils.dprint('DEBUG: Invalidated tests associated to job: ' + msg)
256 tko_utils.dprint(
274 tko_utils.dprint(
278 tko_utils.dprint(
285 tko_utils.dprint(
303 tko_utils.dprint("WARNING: tko_pb2.py doesn't exist. Create by "
323 tko_utils
[all...]
H A Dmodels.py5 from autotest_lib.tko import utils as tko_utils namespace
44 top_dir = tko_utils.find_toplevel_job_dir(dir)
162 tko_utils.dprint("parsing test %s %s" % (subdir, testname))
227 tko_utils.dprint('parsing partial test %s %s' % (subdir, testname))
263 job_dir = tko_utils.find_toplevel_job_dir(job_dir)
H A Dsite_parse.py40 from autotest_lib.tko import utils as tko_utils namespace
181 tko_utils.dprint(
/external/autotest/tko/perf_upload/
H A Dperf_uploader.py25 from autotest_lib.tko import utils as tko_utils namespace
305 tko_utils.dprint('Failed to parse config file %s: %s.' %
316 tko_utils.dprint('Error when uploading perf data to the perf '
319 tko_utils.dprint('Successfully uploaded perf data to the perf '
/external/autotest/server/cros/dynamic_suite/
H A Ddynamic_suite.py23 from autotest_lib.tko import utils as tko_utils namespace
451 my_job_id = int(tko_utils.get_afe_job_id(spec.job.tag))
511 my_job_id = int(tko_utils.get_afe_job_id(dargs['job'].tag))
/external/autotest/server/
H A Dserver_job.py57 from autotest_lib.tko import utils as tko_utils namespace
461 tko_utils.redirect_parser_debugging(parse_log)

Completed in 174 milliseconds