qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Thomas Huth <thuth@redhat.com>
Cc: qemu-devel@nongnu.org, "Cleber Rosa" <crosa@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
	"Beraldo Leal" <bleal@redhat.com>,
	"Pavel Dovgalyuk" <pavel.dovgaluk@ispras.ru>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Eric Auger" <eric.auger@redhat.com>,
	qemu-arm@nongnu.org
Subject: Re: [PATCH] tests/avocado: Move LinuxTest related code into a separate file
Date: Fri, 19 Jul 2024 11:03:00 +0100	[thread overview]
Message-ID: <Zpo51BC-DfrUOHIk@redhat.com> (raw)
In-Reply-To: <20240719095031.32814-1-thuth@redhat.com>

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	other threads:[~2024-07-19 10:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-19  9:50 [PATCH] tests/avocado: Move LinuxTest related code into a separate file Thomas Huth
2024-07-19 10:03 ` Daniel P. Berrangé [this message]
2024-07-19 12:49 ` Philippe Mathieu-Daudé
2024-07-19 15:09   ` Philippe Mathieu-Daudé
2024-08-21 15:11 ` Philippe Mathieu-Daudé
2024-08-21 15:14   ` Thomas Huth
2024-08-26 16:11     ` Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zpo51BC-DfrUOHIk@redhat.com \
    --to=berrange@redhat.com \
    --cc=bleal@redhat.com \
    --cc=crosa@redhat.com \
    --cc=eric.auger@redhat.com \
    --cc=pavel.dovgaluk@ispras.ru \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    --cc=wainersm@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).