From d35f51198494e00c0eeed2ee8c605e6d2b49c6da Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Mon, 25 Nov 2024 13:34:12 +0100 Subject: [PATCH] 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 --- tests/subsys/storage/stream/stream_flash/testcase.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/subsys/storage/stream/stream_flash/testcase.yaml b/tests/subsys/storage/stream/stream_flash/testcase.yaml index 605f861916de10..afcbd28075ef59 100644 --- a/tests/subsys/storage/stream/stream_flash/testcase.yaml +++ b/tests/subsys/storage/stream/stream_flash/testcase.yaml @@ -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