tests/drivers disk_access: Switch from native_posix to native_sim
native_posix is being deprecated, let's switch this test to native_sim instead. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
5025487dd0
commit
dbf31d7a91
2 changed files with 3 additions and 3 deletions
|
@ -37,10 +37,10 @@ tests:
|
|||
drivers.disk.stm32_sdhc:
|
||||
filter: dt_compat_enabled("st,stm32-sdmmc")
|
||||
drivers.disk.simulator.no_explicit_erase:
|
||||
extra_args: DTC_OVERLAY_FILE=boards/native_posix_no_explicit_erase.overlay
|
||||
extra_args: DTC_OVERLAY_FILE=boards/native_sim_no_explicit_erase.overlay
|
||||
extra_configs:
|
||||
- CONFIG_DISK_DRIVER_FLASH=y
|
||||
- CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
|
||||
platform_allow:
|
||||
- native_posix/native/64
|
||||
- native_posix
|
||||
- native_sim/native/64
|
||||
- native_sim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue