Searched refs:log_file (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | log_helper.py | 34 def setup_logging(outdir, log_file, log_level, timestamps): argument 39 if log_file: 40 file_handler = logging.FileHandler(log_file)
|
D | harness.py | 531 with open(self.pytest_log_file_path, 'w') as log_file: 532 log_file.write(shlex.join(cmd) + '\n\n') 533 log_file.write('\n'.join(self._output)) 1068 with open(self.ctest_log_file_path, 'w') as log_file: 1069 log_file.write(shlex.join(cmd) + '\n\n') 1070 log_file.write('\n'.join(self._output))
|
D | twister_main.py | 78 setup_logging(options.outdir, options.log_file, options.log_level, options.timestamps)
|
D | reports.py | 65 def process_log(log_file): argument 67 if os.path.exists(log_file): 68 with open(log_file, "rb") as f:
|
D | handlers.py | 1208 def _close_log_file(log_file): argument 1209 log_file.close()
|
D | runner.py | 984 setup_logging(options.outdir, options.log_file, options.log_level, options.timestamps)
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 228 with open(log_file_path, 'a+') as log_file: 229 log_file.write(f'\n==== Test {test_name} started at {datetime.now()} ====\n') 240 with open(self.handler_log_path, 'a+') as log_file: 246 log_file.write(f'{output}\n') 247 log_file.flush()
|
D | hardware_adapter.py | 130 with open(self.device_log_path, 'a+') as log_file: 131 log_file.write(stdout_decoded)
|
/Zephyr-latest/cmake/linker/iar/ |
D | target.cmake | 112 --log_file=${TOOLCHAIN_LD_LINK_ELF_OUTPUT_MAP}.log
|
/Zephyr-latest/cmake/modules/ |
D | kernel.cmake | 145 set(log_file "CMakeConfigureLog.yaml") variable 147 set(log_file "CMakeError.log") variable 150 Move ${USER_CACHE_DIR}, re-run and look at ${log_file}")
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_report.py | 169 with open(path, "r") as log_file: 170 text_content = log_file.read()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_runner.py | 1534 pb.options.log_file = None
|