Home
last modified time | relevance | path

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

/external/autotest/site_utils/presubmit_hooks/
Dcheck_control_files.py83 def CheckSuites(ctrl_data, test_name, useflags): argument
98 if (hasattr(ctrl_data, 'suite') and ctrl_data.suite and
99 ctrl_data.suite != 'manual'):
120 def CheckSuitesAttrMatch(ctrl_data, whitelist, test_name): argument
134 if not (whitelist >= ctrl_data.attributes):
135 attribute_diff = ctrl_data.attributes - whitelist
140 [a for a in ctrl_data.attributes if a.startswith('suite:')])
142 if hasattr(ctrl_data, 'suite'):
144 'suite:' + x.strip() for x in ctrl_data.suite.split(',')
149 'the control file for %s.' % (suite_in_attr, ctrl_data.suite,
[all …]