Searched refs:xml_file (Results 1 – 4 of 4) sorted by relevance
/test/xts/tools/build/ |
D | suite.py | 321 def _archive_test_resource(self, xml_file, root_dir, resource_dir): argument 323 if os.path.exists(xml_file): 325 dom = xml.dom.minidom.parse(xml_file) 348 with open(xml_file.replace(".config", ".json"),
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
D | drivers_lite.py | 345 for xml_file in os.listdir(os.path.split(self.result)[0]): 346 if not xml_file.startswith(execute_bin): 348 if xml_file != os.path.split(self.result)[1]: 350 self.result)[0], xml_file)) 496 def check_xml_exist(self, xml_file, timeout=60): argument 503 if xml_file in result:
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
D | result_reporter.py | 233 def _parse_module(self, xml_file): argument 235 file_name = os.path.basename(xml_file) 237 ele_module = ElementTree.parse(xml_file).getroot() 246 self.record_reports.update({module_name: xml_file})
|
/test/testfwk/developer_test/src/core/driver/ |
D | lite_driver.py | 276 def _check_xml_exist(self, xml_file, timeout=10): argument 285 if xml_file in result:
|