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