HomeSort by relevance Sort by last modified time
    Searched refs:afe_job_id (Results 1 - 13 of 13) sorted by null

  /external/autotest/contrib/
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]
compare_suite.py 121 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
  /external/autotest/tko/
db.py 454 afe_job_id = utils.get_afe_job_id(tag)
463 'afe_job_id': afe_job_id,
469 job.afe_job_id = afe_job_id
job_serializer.py 104 tag: contains the job name and the afe_job_id
124 """Sets the pb job's afe_job_id and tag field.
128 tag: used to set pb_job.tag and pb_job.afe_job_id.
131 pb_job.afe_job_id = utils.get_afe_job_id(tag)
184 tag: used to set pb_job.tag and pb_job.afe_job_id.
job_serializer_unittest.py 73 """Test serializing afe_job_id field."""
75 self.pb_job.afe_job_id)
parse.py 168 When a retry job is parsed, we retrieve the original job's afe_job_id
404 afe_job_id=orig_afe_job_id).job_idx
447 (common.autotest_dir, job_data['afe_job_id'],
  /external/autotest/frontend/tko/
rpc_interface_unittest_fixme.py 33 tko_jobs.afe_job_id AS afe_job_id,
159 afe_job_id=1)
162 afe_job_id=2)
models.py 180 afe_job_id = dbmodels.IntegerField(null=True, default=None) variable in class:Job
715 afe_job_id = dbmodels.IntegerField(null=True) variable in class:TestView
  /external/autotest/site_utils/
run_suite_unittest.py 30 def _build_view(self, test_idx, test_name, subdir, status, afe_job_id,
43 @param afe_job_id: An integer representing the afe job id.
60 'status': status, 'afe_job_id': afe_job_id,
80 ('get_detailed_test_views', v['afe_job_id']), [])
88 key = (kwargs['call'], kwargs['afe_job_id'])
158 self.assertEqual(suite_views[1]['afe_job_id'], suite_job_id)
162 self.assertEqual(suite_views[2]['afe_job_id'], 14)
259 '%s-%s' % (v['afe_job_id'], 'chromeos-test')))
270 '%s-%s' % (v['afe_job_id'], 'chromeos-test'))
    [all...]
run_suite.py 642 if view['afe_job_id'] == self.suite_job_id and 'job_keyvals' in view:
    [all...]
job_history.py 208 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
  /external/autotest/server/
site_utils.py 390 views = tko.run('get_detailed_test_views', afe_job_id=suite_job_id)
    [all...]
  /external/autotest/server/cros/dynamic_suite/
suite.py 118 @param new_job_id: The afe_job_id of a newly created job.
143 @param old_job_id: The afe_job_id of the job that is retried.
144 @param new_job_id: The afe_job_id of the retry job.
165 @param job_id: afe_job_id of a job.
245 @param job_id: afe_job_id of a job.
329 old job, the afe_job_id of the old job will
376 old job, the afe_job_id of the old job will
    [all...]

Completed in 733 milliseconds