]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Move x86_64 tests into target-specific folder
authorThomas Huth <thuth@redhat.com>
Tue, 19 Aug 2025 11:23:59 +0000 (13:23 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 27 Aug 2025 07:46:55 +0000 (09:46 +0200)
commit1917d47dd78adbd30abd462712458d0a0b583308
tree18bb444d7e1942aca6317aae61df07682699457e
parente76291a65457b1fe18b6bf7a90b1d022fa15bf9d
tests/functional: Move x86_64 tests into target-specific folder

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

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250819112403.432587-23-thuth@redhat.com>
23 files changed:
MAINTAINERS
tests/functional/meson.build
tests/functional/x86_64/meson.build [new file with mode: 0644]
tests/functional/x86_64/test_acpi_bits.py [moved from tests/functional/test_acpi_bits.py with 100% similarity]
tests/functional/x86_64/test_cpu_model_versions.py [moved from tests/functional/test_x86_cpu_model_versions.py with 100% similarity]
tests/functional/x86_64/test_cpu_queries.py [moved from tests/functional/test_cpu_queries.py with 100% similarity]
tests/functional/x86_64/test_hotplug_blk.py [moved from tests/functional/test_x86_64_hotplug_blk.py with 100% similarity]
tests/functional/x86_64/test_hotplug_cpu.py [moved from tests/functional/test_x86_64_hotplug_cpu.py with 100% similarity]
tests/functional/x86_64/test_intel_iommu.py [moved from tests/functional/test_intel_iommu.py with 100% similarity]
tests/functional/x86_64/test_kvm_xen.py [moved from tests/functional/test_x86_64_kvm_xen.py with 100% similarity]
tests/functional/x86_64/test_linux_initrd.py [moved from tests/functional/test_linux_initrd.py with 100% similarity]
tests/functional/x86_64/test_mem_addr_space.py [moved from tests/functional/test_mem_addr_space.py with 100% similarity]
tests/functional/x86_64/test_memlock.py [moved from tests/functional/test_memlock.py with 100% similarity]
tests/functional/x86_64/test_migration.py [moved from tests/functional/test_x86_64_migration.py with 100% similarity]
tests/functional/x86_64/test_multiprocess.py [moved from tests/functional/test_x86_64_multiprocess.py with 100% similarity]
tests/functional/x86_64/test_netdev_ethtool.py [moved from tests/functional/test_netdev_ethtool.py with 100% similarity]
tests/functional/x86_64/test_pc_cpu_hotplug_props.py [moved from tests/functional/test_pc_cpu_hotplug_props.py with 100% similarity]
tests/functional/x86_64/test_replay.py [moved from tests/functional/test_x86_64_replay.py with 100% similarity]
tests/functional/x86_64/test_reverse_debug.py [moved from tests/functional/test_x86_64_reverse_debug.py with 100% similarity]
tests/functional/x86_64/test_tuxrun.py [moved from tests/functional/test_x86_64_tuxrun.py with 100% similarity]
tests/functional/x86_64/test_virtio_balloon.py [moved from tests/functional/test_virtio_balloon.py with 100% similarity]
tests/functional/x86_64/test_virtio_gpu.py [moved from tests/functional/test_virtio_gpu.py with 100% similarity]
tests/functional/x86_64/test_virtio_version.py [moved from tests/functional/test_virtio_version.py with 100% similarity]