Home
last modified time | relevance | path

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

/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.py368 job.afe_job_id = tko_utils.get_afe_job_id(jobname)
465 afe_job_id=orig_afe_job_id).job_idx
491 (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/server/
Dsite_utils_unittest.py81 tko.run('get_detailed_test_views', afe_job_id=0).AndReturn(
Dsite_utils.py409 views = tko.run('get_detailed_test_views', afe_job_id=suite_job_id)
/external/autotest/database/
Dschema_129.sql1132 `afe_job_id` int(11) DEFAULT NULL,
1143 KEY `afe_job_id` (`afe_job_id`),
/external/autotest/site_utils/
Djob_history.py208 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
/external/autotest/server/cros/dynamic_suite/
Dsuite.py1743 afe_job_id=result.id)