zephyr/tests/kernel/device/testcase.yaml
Dmytro Firsov b3758a787c tests: kernel: exclude xenvm with GICv3 from device tests
The issue with mentioned test for GICv3 version of xenvm virtual
board is the same as for regular xenvm - device tree overlay for this
test overrides #address-cells and #size-cells property for original
device tree file (from 0x2 to 0x1), which leads to incorrect DT parsing
by actual Xen drivers. This causes build errors, so test should be
skipped for GICv3 platform too.

Same issue for regular xenvm was fixed by commit 40fe36669c ("tests:
kernel: exclude xenvm from device tests"). Issue for GICv3 appeared
after migrating to HWMv2.

Signed-off-by: Dmytro Firsov <dmytro_firsov@epam.com>
2024-12-05 22:09:31 +01:00

45 lines
932 B
YAML

common:
tags:
- device
- kernel
- userspace
tests:
kernel.device:
integration_platforms:
- native_sim
platform_exclude:
- xenvm
- xenvm/xenvm/gicv3
kernel.device.metadata:
platform_allow:
- qemu_x86
extra_configs:
- CONFIG_DEVICE_DT_METADATA=y
kernel.device.minimallibc:
integration_platforms:
- native_sim
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags:
- libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y
platform_exclude:
- xenvm
- xenvm/xenvm/gicv3
kernel.device.pm:
integration_platforms:
- native_sim
platform_exclude:
- mec15xxevb_assy6853
- xenvm
- xenvm/xenvm/gicv3
extra_configs:
- CONFIG_PM_DEVICE=y
kernel.device.linker_generator:
platform_allow:
- qemu_cortex_m3
tags:
- linker_generator
extra_configs:
- CONFIG_CMAKE_LINKER_GENERATOR=y