zephyr/tests/subsys/storage/flash_map/testcase.yaml
Yong Cong Sin 113c6f249e storage/flash_map: Add option to use MBEDTLS for img integrity check.
Add option to use MBEDTLS library to perform the flash area
integrity check.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2021-11-24 21:52:08 -05:00

14 lines
506 B
YAML

tests:
storage.flash_map:
platform_allow: nrf51dk_nrf51422 qemu_x86 native_posix native_posix_64
tags: flash_map
storage.flash_map.mpu:
extra_args: OVERLAY_CONFIG=overlay-mpu.conf
platform_allow: nrf52840dk_nrf52840 nrf52dk_nrf52832 frdm_k64f hexiwear_k64
twr_ke18f
tags: flash_map
storage.flash_map.mbedtls:
extra_args: OVERLAY_CONFIG=overlay-mbedtls.conf
platform_allow: nrf51dk_nrf51422 qemu_x86 native_posix native_posix_64
tags: flash_map