zephyr/tests/subsys/debug/coredump/testcase.yaml
Anas Nashif 27c67f2982 tests: coredump: unify identifiers of tests
coredump is part of debug subsystem, unify identifiers to have
everything in one bucket.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-08-01 13:24:09 -04:00

20 lines
507 B
YAML

tests:
debug.coredump.logging_backend:
tags: coredump
ignore_faults: true
ignore_qemu_crash: true
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
platform_exclude: acrn_ehl_crb
integration_platforms:
- qemu_x86
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#"