All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Kevin Wolf <kwolf@redhat.com>, qemu-block@nongnu.org
Cc: Hanna Reitz <hreitz@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [PATCH] iotests: Limit qsd-migrate to working formats
Date: Mon, 10 Mar 2025 10:46:25 +0100	[thread overview]
Message-ID: <73697685-e70b-4308-8384-e0b55ecfcb72@redhat.com> (raw)
In-Reply-To: <20250224214058.205889-1-thuth@redhat.com>

On 24/02/2025 22.40, Thomas Huth wrote:
> qsd-migrate is currently only working for raw, qcow2 and qed.
> Other formats are failing, e.g. because they don't support migration.
> Thus let's limit this test to the three usable formats now.
> 
> Suggested-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   tests/qemu-iotests/tests/qsd-migrate | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/qemu-iotests/tests/qsd-migrate b/tests/qemu-iotests/tests/qsd-migrate
> index de17562cb06..a4c6592420c 100755
> --- a/tests/qemu-iotests/tests/qsd-migrate
> +++ b/tests/qemu-iotests/tests/qsd-migrate
> @@ -22,7 +22,7 @@ import iotests
>   
>   from iotests import filter_qemu_io, filter_qtest
>   
> -iotests.script_initialize(supported_fmts=['generic'],
> +iotests.script_initialize(supported_fmts=['qcow2', 'qed', 'raw'],
>                             supported_protocols=['file'],
>                             supported_platforms=['linux'])
>   

Ping? (for soft-freeze?)

  Thomas



  reply	other threads:[~2025-03-10  9:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-24 21:40 [PATCH] iotests: Limit qsd-migrate to working formats Thomas Huth
2025-03-10  9:46 ` Thomas Huth [this message]
2025-03-10 11:20 ` Kevin Wolf

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=73697685-e70b-4308-8384-e0b55ecfcb72@redhat.com \
    --to=thuth@redhat.com \
    --cc=hreitz@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /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.