zephyr/tests/subsys/debug/coredump_backends/testcase.yaml
Tomasz Bursztyka f17f6af5e6 tests: debug: Add in-memory coredump backend test scenario
Providing the right config options and a new test scenario,
coredump_backends test will run under the in-memory backend.

Signed-off-by: Tomasz Bursztyka <tobu@bang-olufsen.dk>
2025-03-29 07:44:11 -04:00

38 lines
1.1 KiB
YAML

common:
tags: coredump
ignore_faults: true
ignore_qemu_crash: true
arch_exclude:
- posix
integration_platforms:
- qemu_x86
tests:
debug.coredump.backends.logging:
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
platform_exclude: acrn_ehl_crb
extra_configs:
- CONFIG_TEST_STORED_COREDUMP=n
debug.coredump.backends.flash:
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
extra_args: CONF_FILE=prj_flash_partition.conf
extra_configs:
- CONFIG_TEST_STORED_COREDUMP=y
platform_allow:
- qemu_x86
- esp32_devkitc_wroom/esp32/procpu
- esp32_devkitc_wrover/esp32/procpu
- esp32s2_saola
- esp32s3_devkitm/esp32s3/procpu
- esp32c3_devkitm
debug.coredump.backends.in_memory:
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
extra_args: CONF_FILE=prj_in_memory.conf
extra_configs:
- CONFIG_TEST_STORED_COREDUMP=y
debug.coredump.backends.other:
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
extra_args: CONF_FILE=prj_backend_other.conf
extra_configs:
- CONFIG_TEST_STORED_COREDUMP=y
platform_exclude: acrn_ehl_crb