tests/stream_flash: Remove CONFIG_MPU_ALLOW_FLASH_WRITE=y

The commit removes storage.stream_flash.mpu_allow_flash_write as it was
pointless, and moves nrf52840, as integration platform, to
storage.stream_flash.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2024-11-25 13:34:12 +01:00 committed by Alberto Escolar
commit 71fe68cab8

View file

@ -7,6 +7,8 @@ common:
tests:
storage.stream_flash:
tags: stream_flash
integration_platforms:
- nrf52840dk/nrf52840
storage.stream_flash.simulator.no_explicit_erase:
extra_args:
- CONFIG_STREAM_FLASH_ERASE=n
@ -24,11 +26,3 @@ tests:
extra_configs:
- CONFIG_STREAM_FLASH_ERASE=n
tags: stream_flash
storage.stream_flash.mpu_allow_flash_write:
extra_configs:
- CONFIG_MPU_ALLOW_FLASH_WRITE=y
platform_allow:
- nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk/nrf52840
tags: stream_flash