Home
last modified time | relevance | path

Searched refs:job_tag (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Djob_status_unittest.py112 job_tag = '0-owner/172.33.44.55'
115 subdir='---', job_tag=job_tag),
117 subdir='T0.subdir', job_tag=job_tag)],
128 expected_subdir = job_tag
131 expected_subdir = os.path.join(job_tag, job.statuses[i].subdir)
Dfakes.py84 job_tag='id-owner/hostname'): argument
92 self.job_tag=job_tag
Djob_status.py192 subdir=os.path.join(s.job_tag, s.subdir))
201 subdir=s.job_tag)
/external/autotest/tko/
Dcompose_query.cgi152 def construct_logs_link(x, y, job_tag): argument
153 job_path = frontend.html_root + job_tag + '/'
336 job_tag = test_data.data[x][y].job_tag
337 if job_tag:
338 link = construct_logs_link(x, y, job_tag)
Dfrontend.py22 self.job_tag = None
29 self.job_tag = job_tags
32 self.job_tag = None
/external/autotest/site_utils/
Dperf_csv_uploader.py81 return '%s:%s:%s' % (self.test_view.job_name, self.test_view.job_tag,
93 return os.path.join(self.gs_path, self.test_view.job_tag)
/external/autotest/frontend/tko/
Dmodels.py709 job_tag = dbmodels.CharField(blank=True, max_length=300) variable in TestView