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>
This commit is contained in:
parent
b1564c35d2
commit
69a34e5947
1 changed files with 1 additions and 1 deletions
|
@ -10,8 +10,8 @@ tests:
|
|||
regex:
|
||||
- "Device PM sample app start"
|
||||
- "parent resuming\\.\\."
|
||||
- "Async wakeup request queued"
|
||||
- "child resuming\\.\\."
|
||||
- "Async wakeup request queued"
|
||||
- "Dummy device resumed"
|
||||
- "child suspending\\.\\."
|
||||
- "parent suspending\\.\\."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue