tests: mgmt: mcumgr: fs_mgmt_hash_supported: add unsupported platforms

- `stm32h745i_disco/stm32h745xx/m4` says "#error Flash driver on M4 core
  is not supported yet".
- `mpfs_icicle/polarfire/smp` fails in the compilation of the `spi_nor`
  flash driver.
- `cyw920829m2evk_02` fails to build because of undeclared
  `cyhal_nvm_*()` functions.

As a bonus, group the excluded platforms under the common part to
avoid repeating them.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
Tomi Fontanilles 2024-05-27 10:37:14 +03:00 committed by Henrik Brix Andersen
commit b9a7c18ce4

View file

@ -10,40 +10,25 @@ common:
- fs_mgmt_hash_supported
integration_platforms:
- native_sim
platform_exclude:
- arduino_giga_r1/stm32h747xx/m4
- arduino_portenta_h7/stm32h747xx/m4
- lpcxpresso51u68
- nucleo_h745zi_q/stm32h745xx/m4
- stm32h747i_disco/stm32h747xx/m4
- lpcxpresso55s69/lpc55s69/cpu1
- mpfs_icicle
- mpfs_icicle/polarfire/smp
- apollo4p_evb
- stm32h745i_disco/stm32h745xx/m4
- cyw920829m2evk_02
tests:
mgmt.mcumgr.fs.mgmt.hash.supported.crc32:
extra_args: >
OVERLAY_CONFIG="configuration/crc32.conf"
platform_exclude:
- arduino_giga_r1/stm32h747xx/m4
- arduino_portenta_h7/stm32h747xx/m4
- lpcxpresso51u68
- nucleo_h745zi_q/stm32h745xx/m4
- stm32h747i_disco/stm32h747xx/m4
- lpcxpresso55s69/lpc55s69/cpu1
- mpfs_icicle
- apollo4p_evb
mgmt.mcumgr.fs.mgmt.hash.supported.sha256:
extra_args: >
OVERLAY_CONFIG="configuration/sha256.conf"
platform_exclude:
- arduino_giga_r1/stm32h747xx/m4
- arduino_portenta_h7/stm32h747xx/m4
- lpcxpresso51u68
- nucleo_h745zi_q/stm32h745xx/m4
- stm32h747i_disco/stm32h747xx/m4
- lpcxpresso55s69/lpc55s69/cpu1
- mpfs_icicle
- apollo4p_evb
mgmt.mcumgr.fs.mgmt.hash.supported.all:
extra_args: >
OVERLAY_CONFIG="configuration/all.conf"
platform_exclude:
- arduino_giga_r1/stm32h747xx/m4
- arduino_portenta_h7/stm32h747xx/m4
- lpcxpresso51u68
- nucleo_h745zi_q/stm32h745xx/m4
- stm32h747i_disco/stm32h747xx/m4
- lpcxpresso55s69/lpc55s69/cpu1
- mpfs_icicle
- apollo4p_evb