1common:
2  platform_allow:
3    - native_sim
4  integration_platforms:
5    - native_sim
6  tags:
7    - pm
8tests:
9  pm.device_driver_init: {}
10  pm.device_driver_init.pm:
11    extra_configs:
12      - CONFIG_PM_DEVICE=y
13      - CONFIG_PM_DEVICE_POWER_DOMAIN=y
14  pm.device_driver_init.pm_device_runtime:
15    extra_configs:
16      - CONFIG_PM_DEVICE=y
17      - CONFIG_PM_DEVICE_POWER_DOMAIN=y
18      - CONFIG_PM_DEVICE_RUNTIME=y
19