zephyr/tests/kernel/device/testcase.yaml
Dmytro Firsov 40fe36669c tests: kernel: exclude xenvm from device tests
Zephyr device and device.pm tests uses device tree fragments applied
to main board device trees. For xenvm they have conflicting
address/size cells definition with board DT. It leads to CI and test
issues during build (xenvm has 0x2 cells, tests have 0x1).

Signed-off-by: Dmytro Firsov <dmytro_firsov@epam.com>
2023-09-15 11:15:00 +01:00

29 lines
536 B
YAML

common:
tags:
- device
- userspace
integration_platforms:
- native_posix
tests:
kernel.device:
tags:
- kernel
- device
platform_exclude: xenvm
kernel.device.minimallibc:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags:
- kernel
- device
- libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y
platform_exclude: xenvm
kernel.device.pm:
tags:
- kernel
- device
platform_exclude: mec15xxevb_assy6853 xenvm
extra_configs:
- CONFIG_PM_DEVICE=y