diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/functional/meson.build | 13 | ||||
| -rw-r--r-- | tests/functional/s390x/meson.build | 13 | ||||
| -rwxr-xr-x | tests/functional/s390x/test_ccw_virtio.py (renamed from tests/functional/test_s390x_ccw_virtio.py) | 0 | ||||
| -rwxr-xr-x | tests/functional/s390x/test_pxelinux.py (renamed from tests/functional/test_s390x_pxelinux.py) | 0 | ||||
| -rwxr-xr-x | tests/functional/s390x/test_replay.py (renamed from tests/functional/test_s390x_replay.py) | 0 | ||||
| -rwxr-xr-x | tests/functional/s390x/test_topology.py (renamed from tests/functional/test_s390x_topology.py) | 0 | ||||
| -rwxr-xr-x | tests/functional/s390x/test_tuxrun.py (renamed from tests/functional/test_s390x_tuxrun.py) | 0 |
7 files changed, 14 insertions, 12 deletions
diff --git a/tests/functional/meson.build b/tests/functional/meson.build index 7e7a6aa0c9..abaa4e00fc 100644 --- a/tests/functional/meson.build +++ b/tests/functional/meson.build @@ -29,10 +29,7 @@ subdir('ppc64') subdir('riscv32') subdir('riscv64') subdir('rx') - -test_s390x_timeouts = { - 's390x_ccw_virtio' : 420, -} +subdir('s390x') test_sh4_timeouts = { 'sh4_tuxrun' : 240, @@ -59,14 +56,6 @@ tests_generic_linuxuser = [ tests_generic_bsduser = [ ] -tests_s390x_system_thorough = [ - 's390x_ccw_virtio', - 's390x_pxelinux', - 's390x_replay', - 's390x_topology', - 's390x_tuxrun', -] - tests_sh4_system_thorough = [ 'sh4_r2d', 'sh4_tuxrun', diff --git a/tests/functional/s390x/meson.build b/tests/functional/s390x/meson.build new file mode 100644 index 0000000000..030b116039 --- /dev/null +++ b/tests/functional/s390x/meson.build @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +test_s390x_timeouts = { + 'ccw_virtio' : 420, +} + +tests_s390x_system_thorough = [ + 'ccw_virtio', + 'pxelinux', + 'replay', + 'topology', + 'tuxrun', +] diff --git a/tests/functional/test_s390x_ccw_virtio.py b/tests/functional/s390x/test_ccw_virtio.py index 453711aa0f..453711aa0f 100755 --- a/tests/functional/test_s390x_ccw_virtio.py +++ b/tests/functional/s390x/test_ccw_virtio.py diff --git a/tests/functional/test_s390x_pxelinux.py b/tests/functional/s390x/test_pxelinux.py index 4fc33b8c46..4fc33b8c46 100755 --- a/tests/functional/test_s390x_pxelinux.py +++ b/tests/functional/s390x/test_pxelinux.py diff --git a/tests/functional/test_s390x_replay.py b/tests/functional/s390x/test_replay.py index 33b5843ada..33b5843ada 100755 --- a/tests/functional/test_s390x_replay.py +++ b/tests/functional/s390x/test_replay.py diff --git a/tests/functional/test_s390x_topology.py b/tests/functional/s390x/test_topology.py index 1b5dc65135..1b5dc65135 100755 --- a/tests/functional/test_s390x_topology.py +++ b/tests/functional/s390x/test_topology.py diff --git a/tests/functional/test_s390x_tuxrun.py b/tests/functional/s390x/test_tuxrun.py index 8df3c6893b..8df3c6893b 100755 --- a/tests/functional/test_s390x_tuxrun.py +++ b/tests/functional/s390x/test_tuxrun.py |