master
build 30 lines 432 Bytes
Raw
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 test_ppc64_timeouts = {
4 'fadump' : 480,
5 'hv' : 1000,
6 'mac99' : 120,
7 'openbsd' : 240,
8 'powernv' : 480,
9 'pseries' : 480,
10 'replay' : 210,
11 'tuxrun' : 420,
12 }
13
14 tests_ppc64_system_quick = [
15 'migration',
16 'vmstate',
17 ]
18
19 tests_ppc64_system_thorough = [
20 'e500',
21 'fadump',
22 'hv',
23 'mac99',
24 'openbsd',
25 'powernv',
26 'pseries',
27 'replay',
28 'reverse_debug',
29 'tuxrun',
30 ]