zephyr/tests/kernel/fatal/message_capture/testcase.yaml
Kumar Gala 53b104d461 tests: kernel: Add missing kernel tag to tests
Add kernel to any testcase.yaml files that happen to be missing for
tests under tests/kernel/

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-05 14:52:55 -05:00

11 lines
236 B
YAML

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