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>
20 lines
558 B
YAML
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"
|