zephyr/tests/subsys/pm/device_driver_init/testcase.yaml
Jordan Yates b979ee9c0a tests: pm: test pm_device_driver_init
Test that `pm_device_driver_init` puts devices into the appropriate
state depending on the devicetree configuration.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-07-26 08:16:44 +00:00

18 lines
454 B
YAML

tests:
pm.device_driver_init:
tags: pm
platform_allow: qemu_cortex_m3
pm.device_driver_init.pm:
tags: pm
platform_allow: qemu_cortex_m3
extra_configs:
- CONFIG_PM_DEVICE=y
- CONFIG_PM_DEVICE_POWER_DOMAIN=y
pm.device_driver_init.pm_device_runtime:
tags: pm
platform_allow: qemu_cortex_m3
extra_configs:
- CONFIG_PM_DEVICE=y
- CONFIG_PM_DEVICE_POWER_DOMAIN=y
- CONFIG_PM_DEVICE_RUNTIME=y