From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org
Subject: [PULL 1/6] tests/qemu-iotests: Test 157 and 227 require virtio-blk
Date: Tue, 26 Mar 2024 14:54:35 +0100 [thread overview]
Message-ID: <20240326135440.421609-2-kwolf@redhat.com> (raw)
In-Reply-To: <20240326135440.421609-1-kwolf@redhat.com>
From: Thomas Huth <thuth@redhat.com>
Tests 157 and 227 use the virtio-blk device, so we have to mark these
tests accordingly to be skipped if this devices is not available (e.g.
when running the tests with qemu-system-avr only).
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240325154737.1305063-1-thuth@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
---
tests/qemu-iotests/157 | 2 ++
tests/qemu-iotests/227 | 2 ++
2 files changed, 4 insertions(+)
diff --git a/tests/qemu-iotests/157 b/tests/qemu-iotests/157
index 0dc9ba68d2..aa2ebbfb4b 100755
--- a/tests/qemu-iotests/157
+++ b/tests/qemu-iotests/157
@@ -40,6 +40,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt generic
_supported_proto file
+_require_devices virtio-blk
+
do_run_qemu()
{
(
diff --git a/tests/qemu-iotests/227 b/tests/qemu-iotests/227
index 7e45a47ac6..eddaad679e 100755
--- a/tests/qemu-iotests/227
+++ b/tests/qemu-iotests/227
@@ -40,6 +40,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt generic
_supported_proto file
+_require_devices virtio-blk
+
do_run_qemu()
{
echo Testing: "$@"
--
2.44.0
next prev parent reply other threads:[~2024-03-26 13:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-26 13:54 [PULL 0/6] Block layer patches Kevin Wolf
2024-03-26 13:54 ` Kevin Wolf [this message]
2024-03-26 13:54 ` [PULL 2/6] vdpa-dev: Fix initialisation order to restore VDUSE compatibility Kevin Wolf
2024-03-26 13:54 ` [PULL 3/6] block/io: accept NULL qiov in bdrv_pad_request Kevin Wolf
2024-03-26 13:54 ` [PULL 4/6] block-backend: fix edge case in bdrv_next() where BDS associated to BB changes Kevin Wolf
2024-03-26 13:54 ` [PULL 5/6] block-backend: fix edge case in bdrv_next_cleanup() " Kevin Wolf
2024-03-26 13:54 ` [PULL 6/6] iotests: add test for stream job with an unaligned prefetch read Kevin Wolf
2024-03-26 19:46 ` [PULL 0/6] Block layer patches Peter Maydell
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=20240326135440.421609-2-kwolf@redhat.com \
--to=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--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.