zephyr/tests/kernel/fatal/message_capture/README
Ying ming 13e1c919d4 test: fatal exception: add test case
Add regex in testcase.yaml to verify the kernel will dump
thread id information and error type when exception occurs.

Signed-off-by: Ying ming <mingx.ying@intel.com>
2020-09-17 21:37:39 -04:00

6 lines
212 B
Plaintext

This test case verifies that kernel fatal error logging message can be captured.
When the fatal error is triggered, if the debugging message function is turned on,
the system can capture the print information.