test: drivers: disk: disk_access: add STM32 specific testcase

STM32 devices with an SDMMC driver will still need to be tested, but
they do not use the SDHC framework for their disk driver. Therefore, add
a special testcase to validate disk access support for devices with the
STM32 specific SDMMC DT compatible enabled.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-05-13 10:12:12 -05:00 committed by Carles Cufí
commit 22fa0c0885

View file

@ -34,3 +34,5 @@ tests:
platform_allow: platform_allow:
- native_sim/native/64 - native_sim/native/64
- native_sim - native_sim
drivers.disk.stm32_sdhc:
filter: dt_compat_enabled("st,stm32-sdmmc")