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.
qemu/tests/functional/aarch64/meson.build

49 lines
832 B
Meson

# SPDX-License-Identifier: GPL-2.0-or-later
test_aarch64_timeouts = {
'aspeed_ast2700' : 600,
'aspeed_ast2700fc' : 600,
'device_passthrough' : 720,
'imx8mp_evk' : 240,
'raspi4' : 480,
'reverse_debug' : 180,
'rme_virt' : 1200,
'rme_sbsaref' : 1200,
'sbsaref_alpine' : 1200,
'sbsaref_freebsd' : 720,
'smmu' : 720,
'tuxrun' : 240,
'virt' : 360,
'virt_gpu' : 480,
}
tests_aarch64_system_quick = [
'migration',
]
tests_aarch64_system_thorough = [
'aspeed_ast2700',
'aspeed_ast2700fc',
'device_passthrough',
'hotplug_pci',
'imx8mp_evk',
'kvm',
'multiprocess',
'raspi3',
'raspi4',
'replay',
'reverse_debug',
'rme_virt',
'rme_sbsaref',
'sbsaref',
'sbsaref_alpine',
'sbsaref_freebsd',
'smmu',
'tcg_plugins',
'tuxrun',
'virt',
'virt_gpu',
'xen',
'xlnx_versal',
]