zephyr/tests/subsys/debug/coredump_backends/testcase.yaml
Dmitrii Golovanov 4d394f9d23 tests: coredump: Fix backend.logging test misconfig
The debug.coredump.backends.logging testcase did use 'console'
Twister harness whereas the test suite itself and the rest of
the testcases are implemented as Ztest. This misalignment
allowed to check basic output expected from the logging backend,
but caused inconsistency of the test suite results because
the 'console' Twister Harness can't use test cases' ID provided
by the 'Ztest' Twister Handler.
It is decided to focus the debug.coredump.backends.* suite
on the coredump backend API testing with Ztest.
The logging backend's resulting output should be tested
by its dedicated test suite debug.coredump.logging_backend
(tests/subsys/debug/coredump).

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
2023-11-13 09:48:22 +01:00

33 lines
880 B
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_devkitc_wrover
- esp32s2_saola
- esp32s3_devkitm
- esp32c3_devkitm
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