tests: mgmt: mcumgr: fs_mgmt_hash_supported: Exclude boards

Excludes boards which do not have flash drivers which causes this
test to fail to build.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-02-03 14:34:20 +00:00 committed by Carles Cufí
parent 1b4b979f87
commit 8051d974c3

View file

@ -9,9 +9,12 @@ tests:
mgmt.mcumgr.fs.mgmt.hash.supported.crc32:
extra_args: >
OVERLAY_CONFIG="configuration/crc32.conf"
platform_exclude: nucleo_h745zi_q_m4 arduino_portenta_h7_m4 stm32h747i_disco_m4 esp32_net
mgmt.mcumgr.fs.mgmt.hash.supported.sha256:
extra_args: >
OVERLAY_CONFIG="configuration/sha256.conf"
platform_exclude: nucleo_h745zi_q_m4 arduino_portenta_h7_m4 stm32h747i_disco_m4 esp32_net
mgmt.mcumgr.fs.mgmt.hash.supported.all:
extra_args: >
OVERLAY_CONFIG="configuration/all.conf"
platform_exclude: nucleo_h745zi_q_m4 arduino_portenta_h7_m4 stm32h747i_disco_m4 esp32_net