Files
xemu/tests/functional/aarch64/meson.build
Thomas Huth 96ced85b0c tests/functional: Move aarch64 tests into architecture specific folder
The tests/functional folder has become quite crowded already, some
restructuring would be helpful here. Thus move the aarch64 tests into
a target-specific subfolder.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250819112403.432587-6-thuth@redhat.com>
2025-08-27 09:46:55 +02:00

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',
]