qemu-cr16/tests/functional/x86_64/meson.build
Mark Cave-Ayland ad9c861945 tests/functional: add a vfio-user smoke test
Add a basic test of the vfio-user PCI client implementation.

Co-authored-by: John Levon <john.levon@nutanix.com>
Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250911210905.2070474-1-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
2025-09-25 17:55:19 +02:00

39 lines
673 B
Meson

# SPDX-License-Identifier: GPL-2.0-or-later
test_x86_64_timeouts = {
'acpi_bits' : 420,
'intel_iommu': 300,
'kvm_xen' : 180,
'netdev_ethtool' : 180,
'replay' : 480,
'virtio_balloon': 120,
}
tests_x86_64_system_quick = [
'bad_vmstate',
'cpu_model_versions',
'cpu_queries',
'mem_addr_space',
'memlock',
'migration',
'pc_cpu_hotplug_props',
'virtio_version',
'vmstate',
]
tests_x86_64_system_thorough = [
'acpi_bits',
'hotplug_blk',
'hotplug_cpu',
'intel_iommu',
'kvm_xen',
'linux_initrd',
'multiprocess',
'netdev_ethtool',
'replay',
'reverse_debug',
'tuxrun',
'vfio_user_client',
'virtio_balloon',
'virtio_gpu',
]