zephyr/tests/kernel/device/testcase.yaml
Anas Nashif c5e6416a65 tests: device: test CONFIG_DEVICE_DT_METADATA=y
Looks like this option is not tested with userspace enabled.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-07-27 15:09:10 +03:00

38 lines
822 B
YAML

common:
tags:
- device
- kernel
- userspace
tests:
kernel.device:
integration_platforms:
- native_sim
platform_exclude: xenvm
kernel.device.metadata:
platform_allow:
- qemu_x86
extra_configs:
- CONFIG_DEVICE_DT_METADATA=y
kernel.device.minimallibc:
integration_platforms:
- native_sim
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags:
- libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y
platform_exclude: xenvm
kernel.device.pm:
integration_platforms:
- native_sim
platform_exclude: mec15xxevb_assy6853 xenvm
extra_configs:
- CONFIG_PM_DEVICE=y
kernel.device.linker_generator:
platform_allow:
- qemu_cortex_m3
tags:
- linker_generator
extra_configs:
- CONFIG_CMAKE_LINKER_GENERATOR=y