From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, "Michael S. Tsirkin" <mst@redhat.com>
Cc: "Daniel P. Berrangé" <berrange@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Cédric Le Goater" <clg@kaod.org>,
"Eric Auger" <eric.auger@redhat.com>,
"Clément Mathieu--Drif" <clement.mathieu--drif@eviden.com>,
"Yi Liu" <yi.l.liu@intel.com>, "Jason Wang" <jasowang@redhat.com>,
"Thomas Huth" <thuth@redhat.com>
Subject: [PATCH v3 0/2] Convert the intel_iommu avocado test
Date: Tue, 17 Dec 2024 13:15:48 +0100 [thread overview]
Message-ID: <20241217121550.141072-1-thuth@redhat.com> (raw)
The first patch introduces a helper function for retrieving the
hostfwd ports from QEMU.
We then use this helper function to run a HTTP server in the guest
in the second patch to exercise the network of the guest.
v3:
- Use the new hostfwd helper function instead of trying to probe
for an unused port on the host
- Use a constant for the guest port 8080
Thomas Huth (2):
tests/functional: Add a helper function for retrieving the hostfwd
port
tests/functional: Convert the intel_iommu avocado test
MAINTAINERS | 1 +
tests/functional/meson.build | 2 +
tests/functional/qemu_test/utils.py | 7 +
tests/functional/test_info_usernet.py | 8 +-
.../test_intel_iommu.py} | 191 +++++++++++-------
5 files changed, 135 insertions(+), 74 deletions(-)
rename tests/{avocado/intel_iommu.py => functional/test_intel_iommu.py} (26%)
mode change 100644 => 100755
--
2.47.1
next reply other threads:[~2024-12-17 12:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-17 12:15 Thomas Huth [this message]
2024-12-17 12:15 ` [PATCH v3 1/2] tests/functional: Add a helper function for retrieving the hostfwd port Thomas Huth
2024-12-17 12:15 ` [PATCH v3 2/2] tests/functional: Convert the intel_iommu avocado test Thomas Huth
2024-12-17 12:41 ` [PATCH v3 0/2] " Michael S. Tsirkin
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=20241217121550.141072-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=berrange@redhat.com \
--cc=clement.mathieu--drif@eviden.com \
--cc=clg@kaod.org \
--cc=eric.auger@redhat.com \
--cc=jasowang@redhat.com \
--cc=mst@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=yi.l.liu@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.