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>
11 lines
236 B
YAML
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 (.*)"
|