All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Convert the intel_iommu avocado test
@ 2024-12-17 12:15 Thomas Huth
  2024-12-17 12:15 ` [PATCH v3 1/2] tests/functional: Add a helper function for retrieving the hostfwd port Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2024-12-17 12:15 UTC (permalink / raw)
  To: qemu-devel, Michael S. Tsirkin
  Cc: Daniel P. Berrangé, Philippe Mathieu-Daudé,
	Cédric Le Goater, Eric Auger, Clément Mathieu--Drif,
	Yi Liu, Jason Wang, Thomas Huth

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-17 12:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 12:15 [PATCH v3 0/2] Convert the intel_iommu avocado test Thomas Huth
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

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.