Adds a disk driver test, intended for the NXP USDHC driver but valid for any disk device. The test performs multiple reads and writes to the disk, and verifies that the driver does not write out of bounds to the provided buffer. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
9 lines
176 B
YAML
9 lines
176 B
YAML
tests:
|
|
drivers.disk.usdhc:
|
|
filter: CONFIG_SDMMC_USDHC
|
|
tags: disk mcux
|
|
integration_platforms:
|
|
- mimxrt1060_evk
|
|
- mimxrt1050_evk
|
|
- mimxrt1064_evk
|