Commit 71fe68ca authored by Dominik Ermel's avatar Dominik Ermel Committed by Alberto Escolar
Browse files

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: default avatarDominik Ermel <dominik.ermel@nordicsemi.no>
parent 5437ded3
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -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