OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bug_template
(Results
1 - 25
of
219
) sorted by null
1
2
3
4
5
6
7
8
9
/external/autotest/client/site_tests/autoupdate_ParameterizedJob/
control
7
BUG_TEMPLATE
= {
/external/autotest/server/cros/dynamic_suite/
reporting_utils.py
94
def __init__(self,
bug_template
):
97
@param
bug_template
: initial bug template, e.g., bug template from suite
100
self.
bug_template
= self.cleanup_bug_template(
bug_template
)
104
def validate_bug_template(cls,
bug_template
):
107
@param
bug_template
: bug template to be verified.
112
if not type(
bug_template
) is dict:
117
for key, value in
bug_template
.iteritems():
134
def cleanup_bug_template(cls,
bug_template
):
137
@param
bug_template
: bug template to be verified
[
all
...]
reporting_unittest.py
40
bug_template
= {
variable in class:ReportingTest
147
Checks to see if the options specified in
bug_template
reflect in
154
for k, v in self.
bug_template
.iteritems():
176
self.
bug_template
)
472
bug_template
= {}
473
bug_template
['owner'] = 'someone@company.com'
474
reporting_utils.BugTemplate.validate_bug_template(
bug_template
)
480
bug_template
= ['test']
483
bug_template
)
486
bug_template
= {'no-owner': 'user1'
[
all
...]
/external/autotest/client/site_tests/graphics_WebGLAquarium/
control.power
13
BUG_TEMPLATE
= {
/external/autotest/client/common_lib/
control_data_unittest.py
66
self.
bug_template
= {
86
@return: The control file string with the
BUG_TEMPLATE
line.
88
bug_template_line = '
BUG_TEMPLATE
= %s' % json.dumps(self.
bug_template
)
99
doesn't match the value in self.
bug_template
.
103
self.assertEqual(value, self.
bug_template
[key])
110
self.verify_bug_template(cd.
bug_template
)
115
self.
bug_template
['labels'].append({'foo': 'bar'})
118
self.verify_bug_template(cd.
bug_template
)
123
self.
bug_template
= 'foobarbug_template
[
all
...]
/external/autotest/client/site_tests/audio_ActiveStreamStress/
control
18
BUG_TEMPLATE
= {
/external/autotest/client/site_tests/audio_CrasSanity/
control
19
BUG_TEMPLATE
= {
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
control
7
BUG_TEMPLATE
= {
/external/autotest/client/site_tests/graphics_GLES2ConformChrome/
control
18
BUG_TEMPLATE
= {
/external/autotest/client/site_tests/graphics_GLMark2/
control
16
BUG_TEMPLATE
= {
control.bvt-cq
17
BUG_TEMPLATE
= {
control.bvt-perbuild
17
BUG_TEMPLATE
= {
/external/autotest/client/site_tests/graphics_Gbm/
control
17
BUG_TEMPLATE
= {
/external/autotest/client/site_tests/graphics_Idle/
control
18
BUG_TEMPLATE
= {
/external/autotest/client/site_tests/graphics_KhronosGLCTSChrome/
control
18
BUG_TEMPLATE
= {
/external/autotest/client/site_tests/graphics_LibDRM/
control
19
BUG_TEMPLATE
= {
/external/autotest/client/site_tests/graphics_SanAngeles/
control.hwqual
15
BUG_TEMPLATE
= {
/external/autotest/client/site_tests/graphics_Sanity/
control
19
BUG_TEMPLATE
= {
/external/autotest/client/site_tests/graphics_Stress/
control.50spirit
16
BUG_TEMPLATE
= {
control.blobaquariumyt
15
BUG_TEMPLATE
= {
control.gmaps
15
BUG_TEMPLATE
= {
control.peacekeeper
15
BUG_TEMPLATE
= {
control.restart
15
BUG_TEMPLATE
= {
control.tabopenclose
15
BUG_TEMPLATE
= {
control.ytvimeowebgl
15
BUG_TEMPLATE
= {
Completed in 633 milliseconds
1
2
3
4
5
6
7
8
9