Home
last modified time | relevance | path

Searched refs:afe_job_id (Results 1 – 15 of 15) sorted by relevance

/external/autotest/contrib/
Dalways_failing_tests.py85 afe_job_ids = set(map(lambda t: t.job.afe_job_id, all_fail))
108 s = job_to_suite.get(t.job.afe_job_id, None)
116 h = job_to_hash[test.job.afe_job_id]
Dcompare_suite.py121 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
/external/autotest/frontend/tko/
Dmodels_test.py25 afe_job_id=1)
Dmodels.py180 afe_job_id = dbmodels.IntegerField(null=True, default=None) variable in Job
715 afe_job_id = dbmodels.IntegerField(null=True) variable in TestView
/external/autotest/tko/
Dtko.proto50 required string afe_job_id = 14; field
Dparse.py362 job.afe_job_id = tko_utils.get_afe_job_id(jobname)
452 afe_job_id=orig_afe_job_id).job_idx
478 (common.autotest_dir, job.afe_job_id,
Ddb.py490 'afe_job_id': job.afe_job_id,
529 task_id = job.afe_job_id
Djob_serializer.py132 pb_job.afe_job_id = utils.get_afe_job_id(tag)
Djob_serializer_unittest.py75 self.pb_job.afe_job_id)
/external/autotest/site_utils/
Drun_suite.py1150 def override_afe_job_id(self, afe_job_id): argument
1155 self.view['afe_job_id'] = afe_job_id
1374 afe_job_id=self._suite_job_id)
1406 call='get_detailed_test_views', afe_job_id=old_job)
1433 call='get_detailed_test_views', afe_job_id=job.id,
Drun_suite_unittest.py67 def _build_view(self, test_idx, test_name, subdir, status, afe_job_id, argument
97 'status': status, 'afe_job_id': afe_job_id,
Djob_history.py208 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
/external/autotest/database/
Dschema_129.sql1132 `afe_job_id` int(11) DEFAULT NULL,
1143 KEY `afe_job_id` (`afe_job_id`),
/external/autotest/server/
Dsite_utils.py396 views = tko.run('get_detailed_test_views', afe_job_id=suite_job_id)
/external/autotest/server/cros/dynamic_suite/
Dsuite.py1741 afe_job_id=result.id)