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/tko/
Ddb.py454 afe_job_id = utils.get_afe_job_id(tag)
463 'afe_job_id': afe_job_id,
469 job.afe_job_id = afe_job_id
Dtko.proto50 required string afe_job_id = 14; field
Djob_serializer.py131 pb_job.afe_job_id = utils.get_afe_job_id(tag)
Djob_serializer_unittest.py75 self.pb_job.afe_job_id)
Dparse.py404 afe_job_id=orig_afe_job_id).job_idx
/external/autotest/database/
Dschema_051.sql747 `afe_job_id` int(11) NOT NULL,
750 KEY `planner_test_jobs_afe_job_id` (`afe_job_id`),
752 CONSTRAINT `test_jobs_afe_job_id_fk` FOREIGN KEY (`afe_job_id`) REFERENCES `afe_jobs` (`id`),
898 `afe_job_id` int(11) default NULL,
904 KEY `afe_job_id` (`afe_job_id`),
/external/autotest/site_utils/
Drun_suite.py1024 def override_afe_job_id(self, afe_job_id): argument
1029 self.view['afe_job_id'] = afe_job_id
1257 afe_job_id=self._suite_job_id)
1289 call='get_detailed_test_views', afe_job_id=old_job)
1316 call='get_detailed_test_views', afe_job_id=job.id,
Drun_suite_unittest.py30 def _build_view(self, test_idx, test_name, subdir, status, afe_job_id, argument
60 '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/frontend/tko/
Drpc_interface_unittest_fixme.py159 afe_job_id=1)
162 afe_job_id=2)
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/server/
Dsite_utils.py390 views = tko.run('get_detailed_test_views', afe_job_id=suite_job_id)
/external/autotest/server/cros/dynamic_suite/
Dsuite.py1366 afe_job_id=result.id)