From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Denis V. Lunev" <den@openvz.org>, Kevin Wolf <kwolf@redhat.com>,
Hanna Reitz <hreitz@redhat.com>,
Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>,
qemu-block@nongnu.org (open list:Network Block Dev...)
Subject: [PULL 2/7] iotests: improve 'not run' message for nbd-multiconn test
Date: Mon, 25 Sep 2023 14:01:17 -0500 [thread overview]
Message-ID: <20230925190114.3163545-11-eblake@redhat.com> (raw)
In-Reply-To: <20230925190114.3163545-9-eblake@redhat.com>
From: "Denis V. Lunev" <den@openvz.org>
The test actually requires Python bindings to libnbd rather than libnbd
itself. Clarify that inside the message.
Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Kevin Wolf <kwolf@redhat.com>
CC: Hanna Reitz <hreitz@redhat.com>
CC: Eric Blake <eblake@redhat.com>
CC: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Message-ID: <20230906140917.559129-3-den@openvz.org>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
---
tests/qemu-iotests/tests/nbd-multiconn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/tests/nbd-multiconn b/tests/qemu-iotests/tests/nbd-multiconn
index b121f2e363d..478a1eaba27 100755
--- a/tests/qemu-iotests/tests/nbd-multiconn
+++ b/tests/qemu-iotests/tests/nbd-multiconn
@@ -142,4 +142,4 @@ if __name__ == '__main__':
iotests.main(supported_fmts=['qcow2'])
except ImportError:
- iotests.notrun('libnbd not installed')
+ iotests.notrun('Python bindings to libnbd are not installed')
--
2.41.0
next prev parent reply other threads:[~2023-09-25 19:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-25 19:01 [PULL 0/7] NBD patches through 2023-09-25 Eric Blake
2023-09-25 19:01 ` [PULL 1/7] iotests: use TEST_IMG_FILE instead of TEST_IMG in _require_large_file Eric Blake
2023-09-25 19:01 ` Eric Blake [this message]
2023-09-25 19:01 ` [PULL 3/7] nbd: Replace bool structured_reply with mode enum Eric Blake
2023-09-25 19:01 ` [PULL 4/7] nbd/client: Pass mode through to nbd_send_request Eric Blake
2023-09-25 19:01 ` [PULL 5/7] nbd: Add types for extended headers Eric Blake
2023-09-25 19:01 ` [PULL 6/7] nbd: Prepare for 64-bit request effect lengths Eric Blake
2023-09-25 19:01 ` [PULL 7/7] nbd/server: Refactor handling of command sanity checks Eric Blake
2023-09-26 16:15 ` [PULL 0/7] NBD patches through 2023-09-25 Stefan Hajnoczi
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=20230925190114.3163545-11-eblake@redhat.com \
--to=eblake@redhat.com \
--cc=den@openvz.org \
--cc=hreitz@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=vsementsov@yandex-team.ru \
/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).