zephyr/tests/subsys/storage/flash_map/testcase.yaml
Dominik Ermel 06c0b764cc tests: flash_map: Move SHA test to separate test scenario
The commit moves SHA calculation to separate test scenario, so that
it can be run separately from other flash map tests.
This reduces flash wear by not running basic flash map tests each
time different SHA backend is tested.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-11-16 13:51:18 -05:00

46 lines
1.1 KiB
YAML

tests:
storage.flash_map:
platform_allow:
- nrf51dk/nrf51822
- nrf9160dk/nrf9160/ns
- qemu_x86
- native_sim
- native_sim/native/64
- mr_canhubk3
tags: flash_map
integration_platforms:
- native_sim
storage.flash_map.mpu:
extra_args: EXTRA_CONF_FILE=overlay-mpu.conf
timeout: 120
platform_allow:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- frdm_k64f
- hexiwear/mk64f12
- twr_ke18f
integration_platforms:
- nrf52840dk/nrf52840
tags: flash_map
storage.flash_map_sha.mbedtls:
extra_args: EXTRA_CONF_FILE=overlay-mbedtls.conf
platform_allow:
- nrf51dk/nrf51822
- qemu_x86
- native_sim
- native_sim/native/64
- mr_canhubk3
tags: flash_map
integration_platforms:
- native_sim
storage.flash_map_sha.psa:
extra_args: EXTRA_CONF_FILE=overlay-psa.conf
platform_allow:
- nrf51dk/nrf51822
- native_sim
- native_sim/native/64
- mr_canhubk3
tags: flash_map
integration_platforms:
- native_sim