Files
xemu/tests/functional/arm/meson.build
Thomas Huth 8de42cb748 tests/functional: Move arm tests into architecture specific folder
The tests/functional folder has become quite crowded, thus move the
arm 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-8-thuth@redhat.com>
2025-08-27 09:46:55 +02:00

63 lines
1.1 KiB
Meson

# SPDX-License-Identifier: GPL-2.0-or-later
test_arm_timeouts = {
'aspeed_palmetto' : 120,
'aspeed_romulus' : 120,
'aspeed_witherspoon' : 120,
'aspeed_ast2500' : 720,
'aspeed_ast2600' : 1200,
'aspeed_bletchley' : 480,
'aspeed_catalina' : 480,
'aspeed_gb200nvl_bmc' : 480,
'aspeed_rainier' : 480,
'bpim2u' : 500,
'collie' : 180,
'cubieboard' : 360,
'orangepi' : 540,
'quanta_gsj' : 240,
'raspi2' : 120,
'replay' : 240,
'tuxrun' : 240,
'sx1' : 360,
}
tests_arm_system_quick = [
'migration',
]
tests_arm_system_thorough = [
'aspeed_ast1030',
'aspeed_palmetto',
'aspeed_romulus',
'aspeed_witherspoon',
'aspeed_ast2500',
'aspeed_ast2600',
'aspeed_bletchley',
'aspeed_catalina',
'aspeed_gb200nvl_bmc',
'aspeed_rainier',
'bpim2u',
'canona1100',
'collie',
'cubieboard',
'emcraft_sf2',
'integratorcp',
'max78000fthr',
'microbit',
'orangepi',
'quanta_gsj',
'raspi2',
'realview',
'replay',
'smdkc210',
'stellaris',
'sx1',
'vexpress',
'virt',
'tuxrun',
]
tests_arm_linuxuser_thorough = [
'bflt',
]