diff --git a/tests/subsys/storage/stream/stream_flash/mpu_allow_flash_write.overlay b/tests/subsys/storage/stream/stream_flash/mpu_allow_flash_write.overlay deleted file mode 100644 index 7671079522e..00000000000 --- a/tests/subsys/storage/stream/stream_flash/mpu_allow_flash_write.overlay +++ /dev/null @@ -1,7 +0,0 @@ -# -# Copyright (c) 2020 Nordic Semiconductor ASA -# -# SPDX-License-Identifier: Apache-2.0 -# - -CONFIG_MPU_ALLOW_FLASH_WRITE=y diff --git a/tests/subsys/storage/stream/stream_flash/no_erase.overlay b/tests/subsys/storage/stream/stream_flash/no_erase.overlay deleted file mode 100644 index 4db43d50ab1..00000000000 --- a/tests/subsys/storage/stream/stream_flash/no_erase.overlay +++ /dev/null @@ -1,7 +0,0 @@ -# -# Copyright (c) 2020 Nordic Semiconductor ASA -# -# SPDX-License-Identifier: Apache-2.0 -# - -CONFIG_STREAM_FLASH_ERASE=n diff --git a/tests/subsys/storage/stream/stream_flash/testcase.yaml b/tests/subsys/storage/stream/stream_flash/testcase.yaml index 5d4e35a6ead..60408fceaba 100644 --- a/tests/subsys/storage/stream/stream_flash/testcase.yaml +++ b/tests/subsys/storage/stream/stream_flash/testcase.yaml @@ -26,10 +26,12 @@ tests: extra_args: DTC_OVERLAY_FILE=unaligned_flush.overlay tags: stream_flash storage.stream_flash.no_erase: - extra_args: OVERLAY_CONFIG=no_erase.overlay + extra_configs: + - CONFIG_STREAM_FLASH_ERASE=n tags: stream_flash storage.stream_flash.mpu_allow_flash_write: - extra_args: OVERLAY_CONFIG=mpu_allow_flash_write.overlay + extra_configs: + - CONFIG_MPU_ALLOW_FLASH_WRITE=y platform_allow: - nrf52840dk/nrf52840 integration_platforms: