]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Move s390x tests into target-specific folders
authorThomas Huth <thuth@redhat.com>
Tue, 19 Aug 2025 11:23:56 +0000 (13:23 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 27 Aug 2025 07:46:55 +0000 (09:46 +0200)
commit5e50a3c9c0f31daf53962914855accdc97a3109b
treeb97030fd8d45e897eae3b177ced87454dc174504
parentbbb43ea3be12f09c284954b7b51ae8fea85ebe33
tests/functional: Move s390x tests into target-specific folders

The tests/functional folder has become quite crowded, thus move the
s390x tests into a target-specific subfolder.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250819112403.432587-20-thuth@redhat.com>
MAINTAINERS
tests/functional/meson.build
tests/functional/s390x/meson.build [new file with mode: 0644]
tests/functional/s390x/test_ccw_virtio.py [moved from tests/functional/test_s390x_ccw_virtio.py with 100% similarity]
tests/functional/s390x/test_pxelinux.py [moved from tests/functional/test_s390x_pxelinux.py with 100% similarity]
tests/functional/s390x/test_replay.py [moved from tests/functional/test_s390x_replay.py with 100% similarity]
tests/functional/s390x/test_topology.py [moved from tests/functional/test_s390x_topology.py with 100% similarity]
tests/functional/s390x/test_tuxrun.py [moved from tests/functional/test_s390x_tuxrun.py with 100% similarity]