zephyr/tests/kernel/fatal/message_capture/testcase.yaml
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

10 lines
219 B
YAML

tests:
kernel.logging.message_capture:
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Current thread: (.*)"
- "Caught system error -- reason (.*)"