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>
This commit is contained in:
Anas Nashif 2023-09-26 17:31:50 +00:00
parent 9b1e8cd3c2
commit eb956d0853

View file

@ -1,16 +1,15 @@
common:
platform_allow:
- native_posix
tags:
- pm
tests:
pm.device_driver_init:
tags: pm
platform_allow: qemu_cortex_m3
pm.device_driver_init: {}
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