mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
tests/functional: Fix the s390x and ppc64 tuxrun tests
I forgot to add the tests to the meson.build file and looks like I even managed to somehow mix up the hashsums in the ppc64 test! Message-ID: <20241023141919.930689-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
a3c946ec88
commit
e6a401d7a6
2 changed files with 5 additions and 2 deletions
|
@ -25,6 +25,7 @@ test_timeouts = {
|
|||
'ppc64_hv' : 1000,
|
||||
'ppc64_powernv' : 240,
|
||||
'ppc64_pseries' : 240,
|
||||
'ppc64_tuxrun' : 240,
|
||||
's390x_ccw_virtio' : 240,
|
||||
}
|
||||
|
||||
|
@ -138,6 +139,7 @@ tests_ppc64_system_thorough = [
|
|||
'ppc64_hv',
|
||||
'ppc64_powernv',
|
||||
'ppc64_pseries',
|
||||
'ppc64_tuxrun',
|
||||
]
|
||||
|
||||
tests_rx_system_thorough = [
|
||||
|
@ -155,6 +157,7 @@ tests_riscv64_system_thorough = [
|
|||
tests_s390x_system_thorough = [
|
||||
's390x_ccw_virtio',
|
||||
's390x_topology',
|
||||
's390x_tuxrun',
|
||||
]
|
||||
|
||||
tests_sh4_system_thorough = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue