Skip to content

Commit b8e80ca

Browse files
yangbolu1991kartben
authored andcommitted
tests: sd: sdmmc: use zephyr,sdmmc-disk as test filter
Used zephyr,sdmmc-disk as test filter instead of sdhc0 for platforms which indeed had SD card. Signed-off-by: Yangbo Lu <[email protected]>
1 parent 3daddb8 commit b8e80ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/subsys/sd/sdmmc/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tests:
88
harness: ztest
99
harness_config:
1010
fixture: fixture_sdhc
11-
filter: dt_alias_exists("sdhc0")
11+
filter: dt_compat_enabled("zephyr,sdmmc-disk")
1212
tags: sdhc
1313
min_ram: 32
1414
integration_platforms:

0 commit comments

Comments
 (0)