zephyr/tests/subsys/storage/flash_map/testcase.yaml
Alberto Escolar Piedras 83f1e0c4b8 tests/subsys/storage: Don't test on native_posix
native_posix is now deprecated.
Building these tests in both native_sim and native_posix does not
improve coverage for the tests or subsystem but doubles CI time.
As anyhow native_posix will be removed all together in
2 releases, let's remove it already for these.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-09-25 04:04:36 -04:00

46 lines
1.1 KiB
YAML

tests:
storage.flash_map:
platform_allow:
- nrf51dk/nrf51822
- nrf9160dk/nrf9160/ns
- qemu_x86
- native_sim
- native_sim/native/64
- mr_canhubk3
tags: flash_map
integration_platforms:
- native_sim
storage.flash_map.mpu:
extra_args: OVERLAY_CONFIG=overlay-mpu.conf
timeout: 120
platform_allow:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- frdm_k64f
- hexiwear/mk64f12
- twr_ke18f
integration_platforms:
- nrf52840dk/nrf52840
tags: flash_map
storage.flash_map.mbedtls:
extra_args: OVERLAY_CONFIG=overlay-mbedtls.conf
platform_allow:
- nrf51dk/nrf51822
- qemu_x86
- native_sim
- native_sim/native/64
- mr_canhubk3
tags: flash_map
integration_platforms:
- native_sim
storage.flash_map.psa:
extra_args: OVERLAY_CONFIG=overlay-psa.conf
platform_allow:
- nrf51dk/nrf51822
- native_sim
- native_sim/native/64
- mr_canhubk3
tags: flash_map
integration_platforms:
- native_sim