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>
This commit is contained in:
Dmytro Firsov 2023-06-16 12:14:27 +03:00 committed by Fabio Baltieri
commit 40fe36669c

View file

@ -9,6 +9,7 @@ tests:
tags: tags:
- kernel - kernel
- device - device
platform_exclude: xenvm
kernel.device.minimallibc: kernel.device.minimallibc:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags: tags:
@ -17,10 +18,11 @@ tests:
- libc - libc
extra_configs: extra_configs:
- CONFIG_MINIMAL_LIBC=y - CONFIG_MINIMAL_LIBC=y
platform_exclude: xenvm
kernel.device.pm: kernel.device.pm:
tags: tags:
- kernel - kernel
- device - device
platform_exclude: mec15xxevb_assy6853 platform_exclude: mec15xxevb_assy6853 xenvm
extra_configs: extra_configs:
- CONFIG_PM_DEVICE=y - CONFIG_PM_DEVICE=y