Skip to content

Commit dbf31d7

Browse files
aescolarfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 5025487 commit dbf31d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/drivers/disk/disk_access/testcase.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ tests:
3737
drivers.disk.stm32_sdhc:
3838
filter: dt_compat_enabled("st,stm32-sdmmc")
3939
drivers.disk.simulator.no_explicit_erase:
40-
extra_args: DTC_OVERLAY_FILE=boards/native_posix_no_explicit_erase.overlay
40+
extra_args: DTC_OVERLAY_FILE=boards/native_sim_no_explicit_erase.overlay
4141
extra_configs:
4242
- CONFIG_DISK_DRIVER_FLASH=y
4343
- CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
4444
platform_allow:
45-
- native_posix/native/64
46-
- native_posix
45+
- native_sim/native/64
46+
- native_sim

0 commit comments

Comments
 (0)