zephyr/tests/subsys/storage/stream/stream_flash/testcase.yaml
Piotr Kosycarz d19c940b53 tests: subsys: storage: stream: stream_flash: add tags
Missing tags.

Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
2025-01-30 02:02:06 +01:00

40 lines
1.3 KiB
YAML

common:
platform_allow:
- native_sim
- native_sim/native/64
integration_platforms:
- native_sim
tests:
storage.stream_flash:
tags: stream_flash
platform_allow:
- nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk/nrf52840
storage.stream_flash.simulator.no_explicit_erase:
filter: dt_compat_enabled("zephyr,sim-flash")
extra_configs:
- CONFIG_STREAM_FLASH_ERASE=n
- CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
tags: stream_flash
storage.stream_flash.no_explicit_erase:
# Systems with zephyr,sim-flash are tested by simulator scenarios,
# common platforms could bring them here too so filter these out.
filter: not dt_compat_enabled("zephyr,sim-flash")
platform_allow:
- nrf54l09pdk/nrf54l09/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
extra_configs:
# Tests, currently, can only support single device testing
# and platform enabling SPI NOR automatically brings in a device with
# explicit erase requirement.
- CONFIG_SPI_NOR=n
tags: stream_flash
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