Lines Matching refs:ElementTree
31 import xml.etree.cElementTree as ElementTree namespace
278 doc.insert(0, ElementTree.Comment(mustpass.project.copyright))
279 doc.insert(1, ElementTree.Comment(GENERATED_FILE_WARNING))
282 uglyString = ElementTree.tostring(doc, 'utf-8')
287 mustpassElem = ElementTree.Element("Mustpass", version = mustpass.version)
291 packageElem = ElementTree.SubElement(mustpassElem, "TestPackage", name = package.module.name)
294 configElem = ElementTree.SubElement(packageElem, "Configuration",
302 ElementTree.SubElement(parent, "option", name=optionName, value=optionValue)
306 configElement = ElementTree.Element("configuration")
309 preparerElement = ElementTree.SubElement(configElement, "target_preparer")
315 ElementTree.SubElement(configElement, "option", name="test-suite-tag", value="cts")
316 …ElementTree.SubElement(configElement, "option", name="config-descriptor:metadata", key="component"…
317 …ElementTree.SubElement(configElement, "option", name="config-descriptor:metadata", key="parameter"…
318 …ElementTree.SubElement(configElement, "option", name="config-descriptor:metadata", key="parameter"…
319 controllerElement = ElementTree.SubElement(configElement, "object")
326 testElement = ElementTree.SubElement(configElement, "test")