From 40fe36669c15079963e908cb7661ccb6e1230bfe Mon Sep 17 00:00:00 2001 From: Dmytro Firsov Date: Fri, 16 Jun 2023 12:14:27 +0300 Subject: [PATCH] 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 --- tests/kernel/device/testcase.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/kernel/device/testcase.yaml b/tests/kernel/device/testcase.yaml index 8634e2746ed..40aee98fa57 100644 --- a/tests/kernel/device/testcase.yaml +++ b/tests/kernel/device/testcase.yaml @@ -9,6 +9,7 @@ tests: tags: - kernel - device + platform_exclude: xenvm kernel.device.minimallibc: filter: CONFIG_MINIMAL_LIBC_SUPPORTED tags: @@ -17,10 +18,11 @@ tests: - libc extra_configs: - CONFIG_MINIMAL_LIBC=y + platform_exclude: xenvm kernel.device.pm: tags: - kernel - device - platform_exclude: mec15xxevb_assy6853 + platform_exclude: mec15xxevb_assy6853 xenvm extra_configs: - CONFIG_PM_DEVICE=y