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/ppc64/meson.build

26 lines
357 B
Meson

# SPDX-License-Identifier: GPL-2.0-or-later
test_ppc64_timeouts = {
'hv' : 1000,
'mac99' : 120,
'powernv' : 480,
'pseries' : 480,
'replay' : 210,
'tuxrun' : 420,
}
tests_ppc64_system_quick = [
'migration',
]
tests_ppc64_system_thorough = [
'e500',
'hv',
'mac99',
'powernv',
'pseries',
'replay',
'reverse_debug',
'tuxrun',
]