mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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>
This commit is contained in:
parent
49269895a0
commit
816d4201ea
8 changed files with 262 additions and 244 deletions
|
@ -19,7 +19,7 @@ from avocado.utils import network
|
|||
from avocado.utils import vmimage
|
||||
from avocado.utils import datadrainer
|
||||
from avocado.utils.path import find_command
|
||||
from avocado_qemu import LinuxTest
|
||||
from avocado_qemu.linuxtest import LinuxTest
|
||||
|
||||
class ReplayLinux(LinuxTest):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue