Searched refs:report_file (Results 1 – 4 of 4) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/ |
D | utils.py | 415 def check_result_report(report_root_dir, report_file, error_message="", argument 422 if os.path.exists(report_file): 423 return report_file 424 report_dir = os.path.dirname(report_file) 434 report_file, result_dir)) 438 suite_name, _ = get_filename_extension(report_file)
|
/test/testfwk/developer_test/src/core/command/ |
D | run.py | 290 with open(latest_report_path) as report_file: 291 for report_line in report_file:
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
D | result_reporter.py | 762 for report_file in os.listdir(self.report_path): 763 src_file = os.path.join(self.report_path, report_file) 764 dst_file = os.path.join(dst_path, report_file)
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
D | scheduler.py | 722 report_file = os.path.join(get_sub_path( 726 report_file = os.path.join( 739 check_result_report(report_path, report_file, error_message,
|