Home
last modified time | relevance | path

Searched refs:afe_job_id (Results 1 – 18 of 18) 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/
Dresources.py31 afe_job_id=self.instance.job.afe_job_id,
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
734 afe_job_id = dbmodels.IntegerField(null=True) variable in TestView
/external/autotest/tko/
Dtko.proto48 required string afe_job_id = 14; field
Ddb.py383 afe_job_id = utils.get_afe_job_id(tag)
392 'afe_job_id': afe_job_id,
Djob_serializer.py129 pb_job.afe_job_id = utils.get_afe_job_id(tag)
Djob_serializer_unittest.py70 self.pb_job.afe_job_id)
Dparse.py296 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_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,
Drun_suite.py1075 afe_job_id=self._suite_job_id)
1097 call='get_detailed_test_views', afe_job_id=old_job)
1121 call='get_detailed_test_views', afe_job_id=job.id,
Dcollect_suite_time_stats.py266 job_start[t.afe_job_id] = time_utils.to_epoch_time(t.queued_time)
Djob_history.py208 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
/external/autotest/server/
Dsite_utils.py344 views = tko.run('get_detailed_test_views', afe_job_id=suite_job_id)
/external/autotest/server/cros/dynamic_suite/
Dsuite.py1000 afe_job_id=result.id)
Dsuite_unittest.py470 afe_job_id=self._FAKE_JOB_ID)