1common:
2  harness: ztest
3  tags: disk
4tests:
5  drivers.disk.disk_performance.sdhc:
6    depends_on: sdhc
7    harness: ztest
8    harness_config:
9      fixture: fixture_sdhc
10    tags: sdhc
11    integration_platforms:
12      - mimxrt1064_evk
13      - mimxrt595_evk_cm33
14  drivers.disk.disk_performance.disk.nvme:
15    extra_configs:
16      - CONFIG_NVME=y
17    platform_allow: qemu_x86_64
18