mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
621 B
Meson
37 lines
621 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 = [
|
|
'cpu_model_versions',
|
|
'cpu_queries',
|
|
'mem_addr_space',
|
|
'migration',
|
|
'pc_cpu_hotplug_props',
|
|
'virtio_version',
|
|
'memlock',
|
|
]
|
|
|
|
tests_x86_64_system_thorough = [
|
|
'acpi_bits',
|
|
'hotplug_blk',
|
|
'hotplug_cpu',
|
|
'intel_iommu',
|
|
'kvm_xen',
|
|
'linux_initrd',
|
|
'multiprocess',
|
|
'netdev_ethtool',
|
|
'replay',
|
|
'reverse_debug',
|
|
'tuxrun',
|
|
'virtio_balloon',
|
|
'virtio_gpu',
|
|
]
|