1sample:
2  name: Device Idle Power Management
3tests:
4  sample.power.ospm.dev_idle_pm:
5    platform_allow:
6      - nrf52840dk/nrf52840
7      - nrf52dk/nrf52832
8      - qemu_x86
9      - mps2/an385
10    integration_platforms:
11      - qemu_x86
12    tags: power
13    harness: console
14    harness_config:
15      type: multi_line
16      regex:
17        - "parent suspending\\.\\."
18        - "child suspending\\.\\."
19        - "Device PM sample app start"
20        - "parent resuming\\.\\."
21        - "child resuming\\.\\."
22        - "Dummy device resumed"
23        - "child suspending\\.\\."
24        - "parent suspending\\.\\."
25        - "Device PM sample app complete"
26