tests: power_mgmt: Add nucleo_l476rg to integrations platforms

Add a real board/SoC that supports power mgmt on the STM32 side to
get some additional coverage and hopefully catch any build issues
in the future.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-07-27 11:58:32 -05:00 committed by Kumar Gala
commit edb78537f9

View file

@ -7,4 +7,5 @@ tests:
integration_platforms: integration_platforms:
- qemu_x86 - qemu_x86
- mps2_an385 - mps2_an385
- nucleo_l476rg
tags: power tags: power