Home
last modified time | relevance | path

Searched refs:xml_file (Results 1 – 9 of 9) sorted by relevance

/tools/asuite/atest/test_finders/
Dtest_finder_utils.py539 def get_targets_from_xml(xml_file, module_info): argument
551 xml_root = ET.parse(xml_file).getroot()
721 def get_plans_from_vts_xml(xml_file): argument
732 if not os.path.exists(xml_file):
734 'not exist' % xml_file)
736 xml_root = ET.parse(xml_file).getroot()
737 plans.add(xml_file)
745 xml_dir = os.path.dirname(xml_file)
752 def get_targets_from_vts_xml(xml_file, rel_out_dir, module_info): argument
774 xml_root = ET.parse(xml_file).getroot()
[all …]
Dtest_finder_utils_unittest.py340 xml_file = os.path.join(uc.TEST_DATA_DIR, constants.MODULE_CONFIG)
343 test_finder_utils.get_targets_from_xml(xml_file, mock_module_info),
354 xml_file = os.path.join(uc.TEST_DATA_DIR, VTS_XML)
357 test_finder_utils.get_targets_from_vts_xml(xml_file, '',
Dtf_integration_finder_unittest.py130 xml_file = os.path.join(uc.TEST_DATA_DIR, constants.MODULE_CONFIG)
131 xml_root = self.tf_finder._load_xml_file(xml_file)
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils.py528 def get_targets_from_xml(xml_file, module_info): argument
540 xml_root = ET.parse(xml_file).getroot()
710 def get_plans_from_vts_xml(xml_file): argument
721 if not os.path.exists(xml_file):
723 'not exist' % xml_file)
725 xml_root = ET.parse(xml_file).getroot()
726 plans.add(xml_file)
734 xml_dir = os.path.dirname(xml_file)
741 def get_targets_from_vts_xml(xml_file, rel_out_dir, module_info): argument
763 xml_root = ET.parse(xml_file).getroot()
[all …]
Dtest_finder_utils_unittest.py337 xml_file = os.path.join(uc.TEST_DATA_DIR, constants.MODULE_CONFIG)
340 test_finder_utils.get_targets_from_xml(xml_file, mock_module_info),
351 xml_file = os.path.join(uc.TEST_DATA_DIR, VTS_XML)
354 test_finder_utils.get_targets_from_vts_xml(xml_file, '',
Dtf_integration_finder_unittest.py126 xml_file = os.path.join(uc.TEST_DATA_DIR, constants.MODULE_CONFIG)
127 xml_root = self.tf_finder._load_xml_file(xml_file)
/tools/asuite/aidegen/lib/
Dxml_util.py26 def parse_xml(xml_file): argument
36 return ElementTree.parse(xml_file)
40 common_util.read_file_content(xml_file),
41 constant.INVALID_XML.format(XML_FILE=xml_file))
/tools/asuite/aidegen/sdk/
Djdk_table.py108 xml_file = config_file
110 xml_file = self._DEFAULT_JDK_TABLE_XML
111 common_util.file_generate(xml_file, templates.JDK_TABLE_XML)
112 self._xml = xml_util.parse_xml(xml_file)
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dlatency.py58 def parse_xml(xml_file): argument
69 root = ET.parse(xml_file).getroot()