[PATCH 0/3] vfio-user client functional test

John Levon posted 3 patches 2 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250818110546.2159622-1-john.levon@nutanix.com
Maintainers: Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, John Levon <john.levon@nutanix.com>, Thanos Makatos <thanos.makatos@nutanix.com>, "Cédric Le Goater" <clg@redhat.com>
There is a newer version of this series
MAINTAINERS                               |   1 +
tests/functional/meson.build              |   1 +
tests/functional/qemu_test/cmd.py         |  54 ++-
tests/functional/test_vfio_user_client.py | 407 ++++++++++++++++++++++
4 files changed, 453 insertions(+), 10 deletions(-)
create mode 100755 tests/functional/test_vfio_user_client.py
[PATCH 0/3] vfio-user client functional test
Posted by John Levon 2 months, 4 weeks ago
Add a basic functional test for the vfio-user client, along with a couple of
test framework extensions to support it.

John Levon (2):
  tests/functional: return output from
    exec_command_and_wait_for_pattern()
  tests/functional: add vm param to console routines

Mark Cave-Ayland (1):
  tests/functional: add a vfio-user smoke test

 MAINTAINERS                               |   1 +
 tests/functional/meson.build              |   1 +
 tests/functional/qemu_test/cmd.py         |  54 ++-
 tests/functional/test_vfio_user_client.py | 407 ++++++++++++++++++++++
 4 files changed, 453 insertions(+), 10 deletions(-)
 create mode 100755 tests/functional/test_vfio_user_client.py

-- 
2.43.0