mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-13 19:10:14 +00:00
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>
49 lines
832 B
Meson
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',
|
|
]
|