| # SPDX-License-Identifier: GPL-2.0-or-later | |
| test_s390x_timeouts = { | |
| 'ccw_virtio' : 420, | |
| 'secure_ipl' : 360, | |
| } | |
| tests_s390x_system_quick = [ | |
| 'vmstate', | |
| 'reverse_debug', | |
| ] | |
| tests_s390x_system_thorough = [ | |
| 'boot_4k', | |
| 'ccw_virtio', | |
| 'pxelinux', | |
| 'replay', | |
| 'secure_ipl', | |
| 'topology', | |
| 'tuxrun', | |
| ] |