commit | 05e5a72e03e846a655ba6d7fefade9416ba5a3b6 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Thu Oct 21 18:43:41 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Nov 03 16:37:33 2021 -0400 |
tree | d80f598a361e55811c1af86fd7021aed007cd9cd | |
parent | eed8bd9c6148698d0537ec4dac02ea5078ca1c08 [diff] |
tests: pm: device_runtime: add test for the API Add a test for the device runtime API that makes sure most common usage scenarios behave as expected: - get + put - get + asynchronous put until suspended - get + asynchronous put + get (while suspend still ongoing) Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>