Searched refs:afe_job_id (Results 1 – 18 of 18) sorted by relevance
/external/autotest/contrib/ |
D | always_failing_tests.py | 85 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]
|
D | compare_suite.py | 121 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
|
/external/autotest/frontend/tko/ |
D | resources.py | 31 afe_job_id=self.instance.job.afe_job_id,
|
D | rpc_interface_unittest_fixme.py | 159 afe_job_id=1) 162 afe_job_id=2)
|
D | models.py | 180 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/ |
D | tko.proto | 48 required string afe_job_id = 14; field
|
D | db.py | 383 afe_job_id = utils.get_afe_job_id(tag) 392 'afe_job_id': afe_job_id,
|
D | job_serializer.py | 129 pb_job.afe_job_id = utils.get_afe_job_id(tag)
|
D | job_serializer_unittest.py | 70 self.pb_job.afe_job_id)
|
D | parse.py | 296 afe_job_id=orig_afe_job_id).job_idx
|
/external/autotest/database/ |
D | schema_051.sql | 747 `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/ |
D | run_suite_unittest.py | 30 def _build_view(self, test_idx, test_name, subdir, status, afe_job_id, argument 60 'status': status, 'afe_job_id': afe_job_id,
|
D | run_suite.py | 1075 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,
|
D | collect_suite_time_stats.py | 266 job_start[t.afe_job_id] = time_utils.to_epoch_time(t.queued_time)
|
D | job_history.py | 208 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
|
/external/autotest/server/ |
D | site_utils.py | 344 views = tko.run('get_detailed_test_views', afe_job_id=suite_job_id)
|
/external/autotest/server/cros/dynamic_suite/ |
D | suite.py | 1000 afe_job_id=result.id)
|
D | suite_unittest.py | 470 afe_job_id=self._FAKE_JOB_ID)
|