zephyr/tests/subsys/pm/device_runtime_api/testcase.yaml
Flavio Ceolin 1ed452b295 tests: pm/device_runtime: Run in native_sim only
This is an API test and it was not designed to run in a real target.
Some attempts to run this test in devices cause the device to hang
after the test execution because the device sleeps and no wake up
source is set.

Fixes #68453

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2024-04-22 21:03:06 -04:00

13 lines
218 B
YAML

common:
tags: pm
tests:
pm.device_runtime.api:
platform_allow:
- native_sim
pm.device_runtime.isr_safe.api:
platform_allow:
- native_sim
extra_configs:
- CONFIG_TEST_PM_DEVICE_ISR_SAFE=y