OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autotesttaskinfo
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/sponge_lib/
acts_job_info.py
36
class ACTSTaskInfo(autotest_job_info.
AutotestTaskInfo
):
39
tags = autotest_job_info.
AutotestTaskInfo
.tags + ['acts', 'testtracker']
40
logs = autotest_job_info.
AutotestTaskInfo
.logs + ['results']
96
self.tags = autotest_job_info.
AutotestTaskInfo
.tags
autotest_job_info.py
110
return
AutotestTaskInfo
(test, self)
113
class
AutotestTaskInfo
(object):
Completed in 104 milliseconds