tests/avocado: Move LinuxTest related code into a separate file
authorThomas Huth <thuth@redhat.com>
Fri, 19 Jul 2024 09:50:31 +0000 (11:50 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 22 Jul 2024 11:54:23 +0000 (13:54 +0200)
commit816d4201ea8c926fddf766b37abc3e5ff03bb0dd
treea2ee9a245891e677276c077dd898affa3bda0b0a
parent49269895a02fb05765e0d326cfcafa409fa4f642
tests/avocado: Move LinuxTest related code into a separate file

Only some few tests are using the LinuxTest class. Move the related
code into a separate file so that this does not pollute the main
namespace.

Message-ID: <20240719095031.32814-1-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/avocado_qemu/__init__.py
tests/avocado/avocado_qemu/linuxtest.py [new file with mode: 0644]
tests/avocado/boot_linux.py
tests/avocado/hotplug_blk.py
tests/avocado/hotplug_cpu.py
tests/avocado/intel_iommu.py
tests/avocado/replay_linux.py
tests/avocado/smmu.py