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:
parent
6d2df0dbf7
commit
22fa0c0885
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue