1sample: 2 name: STM32 PM Standby Power Management 3tests: 4 sample.boards.stm32.power_mgmt.suspend_to_ram: 5 tags: 6 - power 7 harness: console 8 harness_config: 9 type: one_line 10 regex: 11 - "Exit Standby" 12 filter: dt_compat_enabled("zephyr,power-state") and 13 dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and 14 dt_compat_enabled("st,stm32-lptim") 15 extra_args: "CONFIG_DEBUG=y" 16 platform_allow: 17 - nucleo_wba55cg 18