zephyr/tests/drivers/disk/disk_performance/testcase.yaml
Tomasz Bursztyka 8a322cb56d tests/disk: Add NVMe disk to disk_performance
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 how the newly added
NVMe controller and disk driver perform, relatively to the host.
This will prove to be useful to evaluate the optimization to be made, or
the possible regression that could happen on future changes.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2023-04-07 13:28:47 +02:00

18 lines
374 B
YAML

common:
harness: ztest
tags: disk
tests:
drivers.disk.disk_performance.sdhc:
depends_on: sdhc
harness: ztest
harness_config:
fixture: fixture_sdhc
tags: sdhc
integration_platforms:
- mimxrt1064_evk
- mimxrt595_evk_cm33
drivers.disk_performance.disk.nvme:
extra_configs:
- CONFIG_NVME=y
platform_allow: qemu_x86_64