Enable all these tests which run in native_posix in native_sim, Switch from native_posix to native_sim as default test platform And switch native_posix overlays to native_sim. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
20 lines
434 B
YAML
20 lines
434 B
YAML
common:
|
|
platform_allow:
|
|
- native_posix
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|
|
tags:
|
|
- pm
|
|
tests:
|
|
pm.device_driver_init: {}
|
|
pm.device_driver_init.pm:
|
|
extra_configs:
|
|
- CONFIG_PM_DEVICE=y
|
|
- CONFIG_PM_DEVICE_POWER_DOMAIN=y
|
|
pm.device_driver_init.pm_device_runtime:
|
|
extra_configs:
|
|
- CONFIG_PM_DEVICE=y
|
|
- CONFIG_PM_DEVICE_POWER_DOMAIN=y
|
|
- CONFIG_PM_DEVICE_RUNTIME=y
|