tests/stream_flash: Replace one-line config overlays with extra_configs

The commit removes one-line overlay files, when copyrights excluded,
with direct Kconfig options selection inside testcase.yaml.
The overlays have been removed.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2024-04-08 21:55:05 +02:00 committed by Alberto Escolar
commit 1b5f986404
3 changed files with 4 additions and 16 deletions

View file

@ -1,7 +0,0 @@
#
# Copyright (c) 2020 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_MPU_ALLOW_FLASH_WRITE=y

View file

@ -1,7 +0,0 @@
#
# Copyright (c) 2020 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_STREAM_FLASH_ERASE=n

View file

@ -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: