zephyr/tests/subsys/pm/device_driver_init/testcase.yaml
Alberto Escolar Piedras b39d7c2c3d tests/subsys/pm/*: Switch to native_sim
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>
2023-11-22 09:53:54 +01:00

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