Swith integration_platforms from native_posix(_64) to native_sim(_64). And replace it also in a comment. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
29 lines
534 B
YAML
29 lines
534 B
YAML
common:
|
|
tags:
|
|
- device
|
|
- userspace
|
|
integration_platforms:
|
|
- native_sim
|
|
tests:
|
|
kernel.device:
|
|
tags:
|
|
- kernel
|
|
- device
|
|
platform_exclude: xenvm
|
|
kernel.device.minimallibc:
|
|
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
|
tags:
|
|
- kernel
|
|
- device
|
|
- libc
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|
|
platform_exclude: xenvm
|
|
kernel.device.pm:
|
|
tags:
|
|
- kernel
|
|
- device
|
|
platform_exclude: mec15xxevb_assy6853 xenvm
|
|
extra_configs:
|
|
- CONFIG_PM_DEVICE=y
|