Home
last modified time | relevance | path

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

/tools/asuite/atest-py2/test_finders/
Dtest_finder_utils.py540 xml_root = ET.parse(xml_file).getroot()
541 return get_targets_from_xml_root(xml_root, module_info)
584 def get_targets_from_xml_root(xml_root, module_info): argument
600 option_tags = xml_root.findall('.//option')
620 nodes_with_class = xml_root.findall(".//*[@class]")
662 def _specified_bitness(xml_root): argument
671 option_tags = xml_root.findall('.//option')
725 xml_root = ET.parse(xml_file).getroot()
727 option_tags = xml_root.findall('.//include')
763 xml_root = ET.parse(xml_file).getroot()
[all …]
Dtf_integration_finder_unittest.py127 xml_root = self.tf_finder._load_xml_file(xml_file)
128 include_tags = xml_root.findall('.//include')
130 option_tags = xml_root.findall('.//option')
Dtf_integration_finder.py79 xml_root = self._load_xml_file(config_file)
80 targets = test_finder_utils.get_targets_from_xml_root(xml_root,
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py610 xml_root = ET.parse(xml_file).getroot()
611 return get_targets_from_xml_root(xml_root, module_info)
654 def get_targets_from_xml_root(xml_root, module_info): argument
670 option_tags = xml_root.findall('.//option')
689 nodes_with_class = xml_root.findall(".//*[@class]")
733 def _specified_bitness(xml_root): argument
742 option_tags = xml_root.findall('.//option')
796 xml_root = ET.parse(xml_file).getroot()
798 option_tags = xml_root.findall('.//include')
834 xml_root = ET.parse(xml_file).getroot()
[all …]
Dtf_integration_finder_unittest.py132 xml_root = self.tf_finder._load_xml_file(xml_file)
133 include_tags = xml_root.findall('.//include')
135 option_tags = xml_root.findall('.//option')
Dtf_integration_finder.py88 xml_root = self._load_xml_file(config_file)
89 targets = test_finder_utils.get_targets_from_xml_root(xml_root,
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py271 self.xml_root = Element("ARCHIVE")
274 self.xml_root.append(version)
729 self.xml_root.append(self.xml_pts_pixit)
730 self.xml_root.append(self.xml_pts_running_log)
731 self.xml_root.append(self.xml_pts_running_summary)
732 rough_string = ET.tostring(self.xml_root,
/tools/asuite/atest/
Datest_utils.py1169 xml_root = ET.parse(test_config).getroot()
1170 option_tags = xml_root.findall('.//option')
1189 xml_root = ET.parse(test_config).getroot()
1190 option_tags = xml_root.findall('.//option')