Searched refs:afe_job_id (Results 1 – 15 of 15) 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 | models_test.py | 25 afe_job_id=1)
|
D | models.py | 180 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/ |
D | tko.proto | 50 required string afe_job_id = 14; field
|
D | parse.py | 362 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,
|
D | db.py | 490 'afe_job_id': job.afe_job_id, 529 task_id = job.afe_job_id
|
D | job_serializer.py | 132 pb_job.afe_job_id = utils.get_afe_job_id(tag)
|
D | job_serializer_unittest.py | 75 self.pb_job.afe_job_id)
|
/external/autotest/site_utils/ |
D | run_suite.py | 1150 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,
|
D | run_suite_unittest.py | 67 def _build_view(self, test_idx, test_name, subdir, status, afe_job_id, argument 97 'status': status, 'afe_job_id': afe_job_id,
|
D | job_history.py | 208 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
|
/external/autotest/database/ |
D | schema_129.sql | 1132 `afe_job_id` int(11) DEFAULT NULL, 1143 KEY `afe_job_id` (`afe_job_id`),
|
/external/autotest/server/ |
D | site_utils.py | 396 views = tko.run('get_detailed_test_views', afe_job_id=suite_job_id)
|
/external/autotest/server/cros/dynamic_suite/ |
D | suite.py | 1741 afe_job_id=result.id)
|