| 1 | # SPDX-License-Identifier: GPL-2.0-or-later |
| 2 | |
| 3 | test_s390x_timeouts = { |
| 4 | 'ccw_virtio' : 420, |
| 5 | 'secure_ipl' : 360, |
| 6 | } |
| 7 | |
| 8 | tests_s390x_system_quick = [ |
| 9 | 'vmstate', |
| 10 | 'reverse_debug', |
| 11 | ] |
| 12 | |
| 13 | tests_s390x_system_thorough = [ |
| 14 | 'boot_4k', |
| 15 | 'ccw_virtio', |
| 16 | 'pxelinux', |
| 17 | 'replay', |
| 18 | 'secure_ipl', |
| 19 | 'topology', |
| 20 | 'tuxrun', |
| 21 | ] |