zephyr/samples/subsys/pm/device_pm/sample.yaml
Flavio Ceolin 69a34e5947 samples: device_pm: Fix harness
Changing from spinlock to mutex makes the running thread be preempted
and the workqueue ran. This changed the prints order in this sample.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2021-05-26 10:56:55 -04:00

19 lines
527 B
YAML

sample:
name: Device Idle Power Management
tests:
sample.power.ospm.dev_idle_pm:
platform_allow: nrf52840dk_nrf52840 nrf52dk_nrf52832
tags: power
harness: console
harness_config:
type: multi_line
regex:
- "Device PM sample app start"
- "parent resuming\\.\\."
- "child resuming\\.\\."
- "Async wakeup request queued"
- "Dummy device resumed"
- "child suspending\\.\\."
- "parent suspending\\.\\."
- "Device PM sample app complete"