If nrf52840dk/nrf52840 is an integration platform, it should also be an allowed platform, otherwise the test run breaks down. Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
31 lines
807 B
YAML
31 lines
807 B
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:
|
|
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
|
|
extra_args:
|
|
- CONFIG_SPI_NOR=n
|
|
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
|