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>
13 lines
218 B
YAML
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
|