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

  /external/autotest/contrib/
compare_suite.py 306 [str(100.0*data[2]*data[3]/suite_job.total_time)
307 if data else '_' for (data, suite_job) in
339 suite_job = models.Job.objects.filter(id=job_id)[0] variable
340 suite_job_runtime = job_runtime(suite_job)
379 delimiter.join([str(suite_job.id)
380 for suite_job in all_jobs.keys()]))
384 delimiter.join([suite_job.job.name.split('/')[0]
385 for suite_job in all_jobs.keys()]))
389 delimiter.join([str(suite_job.time_used.total_seconds()/60)
390 for suite_job in all_jobs.keys()])
    [all...]
  /external/autotest/server/lib/
suite_report.py 86 def make_job_entry(tko, job, parent=None, suite_job=False, job_entries=None):
92 @param suite_job: A boolean indicating wheret this represents a suite job.
110 entry = make_entry(('Suite' if suite_job else 'HWTest', int(job.id)),
174 suite_job = afe.get_jobs(id=suite_job_id)[0]
176 suite_entry = make_job_entry(tko, suite_job, suite_job=True)
  /external/autotest/site_utils/
run_suite_unittest.py 137 suite_job = mock.MagicMock()
138 suite_job.id = suite_job_id
139 suite_job.max_runtime_mins = 10
140 suite_job.parent_job = None
148 new_job.parent_job = suite_job
154 return [suite_job]
190 run_suite.TestView.SUITE_JOB)
run_suite.py 747 if view.get_testname() == TestView.SUITE_JOB:
    [all...]

Completed in 146 milliseconds