zephyr/tests/subsys/storage/stream/stream_flash/testcase.yaml
Katarzyna Giądła 436d1bf628 samples: tests: Add support to tests on nrf54l15 DK
Align all existing samples/tests/applications which
contains nrf54l15pdk/nrf54l15/* by adding
nrf54l15dk/nrf54l15/* to enable twister builds.

Signed-off-by: Katarzyna Giądła <katarzyna.giadla@nordicsemi.no>
Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
2024-09-26 03:31:20 -04:00

34 lines
929 B
YAML

common:
platform_allow:
- native_sim
- native_sim/native/64
integration_platforms:
- native_sim
tests:
storage.stream_flash:
tags: stream_flash
storage.stream_flash.simulator.no_explicit_erase:
extra_args:
- CONFIG_STREAM_FLASH_ERASE=n
- CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
tags: stream_flash
storage.stream_flash.no_explicit_erase:
platform_allow:
- nrf54l15dk/nrf54l15/cpuapp
- nrf54l15pdk/nrf54l15/cpuapp
storage.stream_flash.dword_wbs:
extra_args: DTC_OVERLAY_FILE=unaligned_flush.overlay
tags: stream_flash
storage.stream_flash.no_erase:
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