Home
last modified time | relevance | path

Searched refs:summary_data_report (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/report/
Dresult_reporter.py106 self.report_path, ReportConstant.summary_data_report)
142 if data_report.endswith(ReportConstant.summary_data_report):
246 ReportConstant.summary_data_report.split(".")[0],
Dreporter_helper.py38 summary_data_report = "summary_report.xml" variable in ReportConstant
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py1078 summary_data_report = os.path.join(task.config.report_path,
1079 ReportConstant.summary_data_report)
1080 if not os.path.exists(summary_data_report):
1086 task_element = ElementTree.parse(summary_data_report).getroot()