On Tue, Sep 02, 2025 at 11:25:46AM +0200, Cédric Le Goater wrote: > On 8/28/25 12:05, John Levon wrote: > > 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 cmd.py helpers > > tests/functional: add vm param to cmd.py helpers > > > > Mark Cave-Ayland (1): > > tests/functional: add a vfio-user smoke test > > > > MAINTAINERS | 1 + > > tests/functional/qemu_test/cmd.py | 65 ++- > > tests/functional/x86_64/meson.build | 1 + > > .../x86_64/test_vfio_user_client.py | 407 ++++++++++++++++++ > > 4 files changed, 462 insertions(+), 12 deletions(-) > > create mode 100755 tests/functional/x86_64/test_vfio_user_client.py > > > > The test is failing :
What is the parent commit you tried this with? I've had to fix this from a rebasing before, but it seems it's more sensitive than I expected, and we'll have to be looser in terms of what we expect to see... regards john