qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@redhat.com>
To: John Levon <john.levon@nutanix.com>, qemu-devel@nongnu.org
Cc: "Zhao Liu" <zhao1.liu@intel.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Thanos Makatos" <thanos.makatos@nutanix.com>
Subject: Re: [PATCH v3 0/3] vfio-user client functional test
Date: Tue, 2 Sep 2025 11:25:46 +0200	[thread overview]
Message-ID: <0d030541-e533-489f-bc0c-82ee2c7fcd70@redhat.com> (raw)
In-Reply-To: <20250828100555.1893504-1-john.levon@nutanix.com>

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 :


2025-09-02 11:24:37,944 - ERROR: Server logs did not match:
2025-09-02 11:24:37,944 - ERROR: ---

2025-09-02 11:24:37,944 - ERROR: +++

2025-09-02 11:24:37,944 - ERROR: @@ -50,8 +50,10 @@

2025-09-02 11:24:37,944 - ERROR:  gpio: removing DMA region [0xf0000, 0x8000000) flags=0
2025-09-02 11:24:37,944 - ERROR:  gpio: adding DMA region [0, 0x8000000) offset=0 flags=0x3
2025-09-02 11:24:37,944 - ERROR:  gpio: region7: read 0x494f from (0:2)
2025-09-02 11:24:37,944 - ERROR: -gpio: region7: read 0 from (0xe:1)
2025-09-02 11:24:37,944 - ERROR: -gpio: region7: read 0x494f from (0:2)
2025-09-02 11:24:37,944 - ERROR: +gpio: region7: read 0 from (0xa:2)
2025-09-02 11:24:37,944 - ERROR: +gpio: region7: read 0 from (0xe:1)
2025-09-02 11:24:37,944 - ERROR: +gpio: region7: read 0x494f from (0:2)
2025-09-02 11:24:37,944 - ERROR: +gpio: region7: read 0 from (0xa:2)
2025-09-02 11:24:37,944 - ERROR:  gpio: region7: read 0 from (0xe:1)
2025-09-02 11:24:37,944 - ERROR:  gpio: region7: read 0x494f from (0:2)
2025-09-02 11:24:37,944 - ERROR:  gpio: region7: read 0xdc8494f from (0:4)
2025-09-02 11:24:37,944 - ERROR: @@ -106,6 +108,7 @@

2025-09-02 11:24:37,944 - ERROR:  gpio: removing DMA region [0xd0000, 0xf0000) flags=0
2025-09-02 11:24:37,944 - ERROR:  gpio: adding DMA region [0xc4000, 0xe8000) offset=0 flags=0x1
2025-09-02 11:24:37,944 - ERROR:  gpio: adding DMA region [0xe8000, 0xf0000) offset=0 flags=0x3
2025-09-02 11:24:37,944 - ERROR: +gpio: region7: read 0 from (0xa:2)
2025-09-02 11:24:37,944 - ERROR:  gpio: region7: read 0x494f from (0:2)
2025-09-02 11:24:37,944 - ERROR:  gpio: region7: read 0xdc8 from (0x2:2)
2025-09-02 11:24:37,944 - ERROR:  gpio: region7: read 0 from (0xe:1)



Thanks,

C.




  parent reply	other threads:[~2025-09-02  9:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-28 10:05 [PATCH v3 0/3] vfio-user client functional test John Levon
2025-08-28 10:05 ` [PATCH v3 1/3] tests/functional: return output from cmd.py helpers John Levon
2025-08-28 10:05 ` [PATCH v3 2/3] tests/functional: add vm param to " John Levon
2025-08-28 10:05 ` [PATCH v3 3/3] tests/functional: add a vfio-user smoke test John Levon
2025-09-02  9:25 ` Cédric Le Goater [this message]
2025-09-02  9:37   ` [PATCH v3 0/3] vfio-user client functional test John Levon
2025-09-02 13:03     ` Cédric Le Goater

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=0d030541-e533-489f-bc0c-82ee2c7fcd70@redhat.com \
    --to=clg@redhat.com \
    --cc=berrange@redhat.com \
    --cc=john.levon@nutanix.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=thanos.makatos@nutanix.com \
    --cc=thuth@redhat.com \
    --cc=zhao1.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 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).