Searched refs:to_file (Results 1 - 4 of 4) sorted by relevance
/test/testfwk/xdevice/plugins/devicetest/report/ |
H A D | generation.py | 78 def generate_report(to_file, template="case.html", **kwargs): 81 to_file : str, render to file 84 generate_report(to_file, case=case_info, logs=log_content) 87 create_dir(os.path.dirname(to_file)) 95 html_fd = os.open(to_file, os.O_CREAT | os.O_WRONLY, FilePermission.mode_644) 98 log.info("report is generated in path: {}".format(to_file))
|
/test/testfwk/xdevice/plugins/devicetest/core/suite/ |
H A D | test_suite.py | 187 to_file = os.path.join(self.get_case_report_path(), report_path) 188 generate_report(to_file, case=suite_info, logs=log_content) 388 to_file = os.path.join(self.configs.get("report_path"), report_path) 389 generate_report(to_file, case=case_info, logs=log_content)
|
/test/testfwk/xdevice/plugins/devicetest/runner/ |
H A D | test_runner.py | 302 to_file = os.path.join(self.project.task_report_dir, report_path) 303 generate_report(to_file, case=case_info, logs=log_content)
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | file_util.py | 220 def to_file(filename, content): function
|
Completed in 3 milliseconds