Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/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.py551 xml_root = ET.parse(xml_file).getroot()
552 return get_targets_from_xml_root(xml_root, module_info)
595 def get_targets_from_xml_root(xml_root, module_info): argument
611 option_tags = xml_root.findall('.//option')
631 nodes_with_class = xml_root.findall(".//*[@class]")
673 def _specified_bitness(xml_root): argument
682 option_tags = xml_root.findall('.//option')
736 xml_root = ET.parse(xml_file).getroot()
738 option_tags = xml_root.findall('.//include')
774 xml_root = ET.parse(xml_file).getroot()
[all …]
Dtf_integration_finder_unittest.py131 xml_root = self.tf_finder._load_xml_file(xml_file)
132 include_tags = xml_root.findall('.//include')
134 option_tags = xml_root.findall('.//option')
Dtf_integration_finder.py81 xml_root = self._load_xml_file(config_file)
82 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,