1tests:
2  debug.coredump.logging_backend:
3    tags: coredump
4    ignore_faults: true
5    ignore_qemu_crash: true
6    filter: CONFIG_ARCH_SUPPORTS_COREDUMP
7    platform_exclude: acrn_ehl_crb
8    integration_platforms:
9      - qemu_x86
10    harness: console
11    harness_config:
12      type: multi_line
13      regex:
14        - "Coredump: (.*)"
15        - "E: #CD:BEGIN#"
16        - "E: #CD:5([aA])45([0-9a-fA-F]+)"
17        - "E: #CD:41([0-9a-fA-F]+)"
18        - "E: #CD:4([dD])([0-9a-fA-F]+)"
19        - "E: #CD:END#"
20