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:
parent
7669b58d9d
commit
b9a7c18ce4
1 changed files with 12 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue