summary refs log tree commit diff stats
path: root/tests/functional/ppc64/meson.build
blob: 1fa0a70f7ed888bb2a57e1102151ec4f9edf4f01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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',
  'vmstate',
]

tests_ppc64_system_thorough = [
  'e500',
  'hv',
  'mac99',
  'powernv',
  'pseries',
  'replay',
  'reverse_debug',
  'tuxrun',
]