zephyr/tests/subsys/debug/coredump/testcase.yaml
Anas Nashif 808266a493 tests: use ignore_fault field instead of tags
Use dedicated field in the yaml file instead of mixing this testing
feature with tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-25 06:38:05 -05:00

18 lines
457 B
YAML

tests:
coredump.logging_backend:
tags: coredump
ignore_faults: true
ignore_qemu_crash: true
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
platform_exclude: acrn_ehl_crb
harness: console
harness_config:
type: multi_line
regex:
- "Coredump: (.*)"
- "E: #CD:BEGIN#"
- "E: #CD:5([aA])45([0-9a-fA-F]+)"
- "E: #CD:41([0-9a-fA-F]+)"
- "E: #CD:4([dD])([0-9a-fA-F]+)"
- "E: #CD:END#"