1sample:
2  name: STM32 Power Management Serial Wakeup
3tests:
4  sample.boards.stm32.power_mgmt.serial_wakeup:
5    tags:
6      - UART
7      - power
8    harness: console
9    harness_config:
10      type: multi_line
11      regex:
12        - "Device is wakeup capable"
13        - "Wakeup source enable ok"
14        - "Wakeup source enabled"
15    integration_platforms:
16      - nucleo_wb55rg
17    filter: dt_compat_enabled("zephyr,power-state")
18    extra_args: "CONFIG_DEBUG=y"
19    platform_allow: nucleo_wb55rg
20