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