Skip to content

Commit 40fe366

Browse files
firscityfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 62fd5ab commit 40fe366

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/kernel/device/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tests:
99
tags:
1010
- kernel
1111
- device
12+
platform_exclude: xenvm
1213
kernel.device.minimallibc:
1314
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
1415
tags:
@@ -17,10 +18,11 @@ tests:
1718
- libc
1819
extra_configs:
1920
- CONFIG_MINIMAL_LIBC=y
21+
platform_exclude: xenvm
2022
kernel.device.pm:
2123
tags:
2224
- kernel
2325
- device
24-
platform_exclude: mec15xxevb_assy6853
26+
platform_exclude: mec15xxevb_assy6853 xenvm
2527
extra_configs:
2628
- CONFIG_PM_DEVICE=y

0 commit comments

Comments
 (0)