zephyr/samples/subsys/pm/device_pm/sample.yaml
Flavio Ceolin bc3d166c74 samples: pm: device_pm: Fix harness
Both drivers enable device runtime on init, so they will be suspended
in the very beginning. The async get operation no longer exists, so
just remove the message related with this.

Fixes #42740

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2022-02-21 19:36:09 -05:00

20 lines
558 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:
- "parent suspending\\.\\."
- "child suspending\\.\\."
- "Device PM sample app start"
- "parent resuming\\.\\."
- "child resuming\\.\\."
- "Dummy device resumed"
- "child suspending\\.\\."
- "parent suspending\\.\\."
- "Device PM sample app complete"