Home
last modified time | relevance | path

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

/test/vts-testcase/hal/script/configure/
Dtest_case_creator.py28 from xml.etree import cElementTree as ET unknown
226 configuration = ET.Element('configuration', {
231 ET.SubElement(
241 file_pusher = ET.SubElement(configuration, 'target_preparer',
245 test = ET.SubElement(configuration, 'test',
265 adapter_module_controller = ET.SubElement(configuration, 'object',
268 ET.SubElement(adapter_module_controller, 'option', {
272 adapter_preparer = ET.SubElement(configuration, 'target_preparer',
276 ET.SubElement(
284 ET.SubElement(adapter_preparer, 'option', {
[all …]
/test/vts/script/
Dcompare_vts_core_result.py20 import xml.etree.ElementTree as ET namespace
62 xml_tree = ET.parse(result_file)