qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests/avocado: Move LinuxTest related code into a separate f


From: Daniel P . Berrangé
Subject: Re: [PATCH] tests/avocado: Move LinuxTest related code into a separate file
Date: Fri, 19 Jul 2024 11:03:00 +0100
User-agent: Mutt/2.2.12 (2023-09-09)

On Fri, Jul 19, 2024 at 11:50:31AM +0200, Thomas Huth wrote:
> 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.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  tests/avocado/avocado_qemu/__init__.py  | 239 +---------------------
>  tests/avocado/avocado_qemu/linuxtest.py | 253 ++++++++++++++++++++++++
>  tests/avocado/boot_linux.py             |   3 +-
>  tests/avocado/hotplug_blk.py            |   2 +-
>  tests/avocado/hotplug_cpu.py            |   2 +-
>  tests/avocado/intel_iommu.py            |   2 +-
>  tests/avocado/replay_linux.py           |   2 +-
>  tests/avocado/smmu.py                   |   3 +-
>  8 files changed, 262 insertions(+), 244 deletions(-)
>  create mode 100644 tests/avocado/avocado_qemu/linuxtest.py

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




reply via email to

[Prev in Thread] Current Thread [Next in Thread]