zephyr/tests/drivers/disk/testcase.yaml
Daniel DeGrasse 90b7fb0dd1 tests: drivers: disk: Add disk driver test
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>
2021-12-13 20:30:06 -05:00

9 lines
176 B
YAML

tests:
drivers.disk.usdhc:
filter: CONFIG_SDMMC_USDHC
tags: disk mcux
integration_platforms:
- mimxrt1060_evk
- mimxrt1050_evk
- mimxrt1064_evk