zephyr/tests/subsys/pm/device_driver_init/testcase.yaml
Anas Nashif eb956d0853 tests: pm: driver_init: use native_posix for testing
Use native_posix, this is a better platform for getting test coverage.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-09-27 15:11:18 -04:00

17 lines
375 B
YAML

common:
platform_allow:
- native_posix
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