Searched refs:suite_element (Results 1 – 1 of 1) sorted by relevance
/development/testrunner/test_defs/ |
D | xml_suite_helper.py | 68 def _ParseCommonAttributes(self, suite_element, test_suite): argument 69 test_suite.SetName(self._ParseAttribute(suite_element, self._NAME_ATTR, 71 test_suite.SetBuildPath(self._ParseAttribute(suite_element, 73 test_suite.SetContinuous(self._ParseAttribute(suite_element, 76 test_suite.SetIsGrantedPermissions(self._ParseAttribute(suite_element, 79 test_suite.SetSuite(self._ParseAttribute(suite_element, self._SUITE_ATTR, False, 81 test_suite.SetDescription(self._ParseAttribute(suite_element, 86 suite_element, self._EXTRA_BUILD_ARGS_ATTR, False, default_value='')) 88 suite_element, self._FULL_MAKE_ATTR, False, default_value=False)) 91 def _ParseAttribute(self, suite_element, attribute_name, mandatory, argument [all …]
|