1sample: 2 name: STM32 GPIO Power Management 3tests: 4 sample.boards.stm32.power_mgmt.blinky: 5 tags: 6 - LED 7 - power 8 harness: console 9 harness_config: 10 type: one_line 11 regex: 12 - "Device ready" 13 filter: dt_compat_enabled("zephyr,power-state") and 14 dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and 15 (dt_compat_enabled("st,stm32-lptim") or 16 dt_chosen_enabled("zephyr,cortex-m-idle-timer")) 17 extra_args: "CONFIG_DEBUG=y" 18 integration_platforms: 19 - nucleo_wb55rg 20 - nucleo_f429zi 21