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:
parent
62fd5ab3e1
commit
40fe36669c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue