On Qemu x86_64 it is possible to emulate an NVMe controller and disk on the PCIe bus, so let's add this case here to verify that the newly added NVMe controller and disk driver works fine. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
24 lines
502 B
YAML
24 lines
502 B
YAML
common:
|
|
harness: ztest
|
|
tags: disk
|
|
tests:
|
|
drivers.disk.usdhc:
|
|
harness_config:
|
|
fixture: fixture_sdhc
|
|
filter: CONFIG_SDHC
|
|
extra_configs:
|
|
- CONFIG_DISK_DRIVER_SDMMC=y
|
|
tags: mcux
|
|
integration_platforms:
|
|
- mimxrt1060_evk
|
|
- mimxrt1050_evk
|
|
- mimxrt1064_evk
|
|
drivers.disk.ram:
|
|
extra_configs:
|
|
- CONFIG_DISK_DRIVER_RAM=y
|
|
platform_allow: qemu_x86_64
|
|
drivers.disk.nvme:
|
|
extra_configs:
|
|
- CONFIG_NVME=y
|
|
platform_allow: qemu_x86_64
|