1common:
2  tags:
3    - device
4    - userspace
5  integration_platforms:
6    - native_sim
7tests:
8  kernel.device:
9    tags:
10      - kernel
11      - device
12    platform_exclude: xenvm
13  kernel.device.minimallibc:
14    filter: CONFIG_MINIMAL_LIBC_SUPPORTED
15    tags:
16      - kernel
17      - device
18      - libc
19    extra_configs:
20      - CONFIG_MINIMAL_LIBC=y
21    platform_exclude: xenvm
22  kernel.device.pm:
23    tags:
24      - kernel
25      - device
26    platform_exclude: mec15xxevb_assy6853 xenvm
27    extra_configs:
28      - CONFIG_PM_DEVICE=y
29