OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_jobs
(Results
1 - 2
of
2
) sorted by null
/external/autotest/contrib/
compare_suite.py
229
for job in self.
test_jobs
:
251
for job in self.
test_jobs
:
341
test_jobs
= models.Job.objects.filter(parent_job_id=job_id)
variable
342
if len(
test_jobs
) == 0:
347
for job in
test_jobs
]
348
suite_job_runtime.
test_jobs
= test_job_runtimes
405
for job in suite_job.
test_jobs
:
/external/autotest/site_utils/
job_history.py
349
self.
test_jobs
= []
355
self.
test_jobs
.append(TestJobInfo(job_hqe, task_caches,
366
for job in sorted(self.
test_jobs
,
376
for job in self.
test_jobs
:
Completed in 65 milliseconds