diff options
author | Eric Blake | 2018-12-15 14:53:03 +0100 |
---|---|---|
committer | Eric Blake | 2019-01-05 00:37:11 +0100 |
commit | 3ba1b7baf4b2518e8efdbe50175d909b79c21596 (patch) | |
tree | 4b04a9cf6ea80f2189f6807e7b29329ad1a97e38 /tests/qemu-iotests/233.out | |
parent | block/nbd-client: use traces instead of noisy error_report_err (diff) | |
download | qemu-3ba1b7baf4b2518e8efdbe50175d909b79c21596.tar.gz qemu-3ba1b7baf4b2518e8efdbe50175d909b79c21596.tar.xz qemu-3ba1b7baf4b2518e8efdbe50175d909b79c21596.zip |
qemu-nbd: Use program name in error messages
This changes output from:
$ qemu-nbd nosuch
Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such file or directory
to something more consistent with qemu-img and qemu:
$ qemu-nbd nosuch
qemu-nbd: Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such file or directory
Update the lone affected test to match. (Hmm - is it sad that we don't
do much testing of expected failures?)
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Richard W.M. Jones <rjones@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20181215135324.152629-2-eblake@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/233.out')
-rw-r--r-- | tests/qemu-iotests/233.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/233.out b/tests/qemu-iotests/233.out index 94acd9b947..5f416721b0 100644 --- a/tests/qemu-iotests/233.out +++ b/tests/qemu-iotests/233.out @@ -27,7 +27,7 @@ virtual size: 64M (67108864 bytes) disk size: unavailable == check TLS with different CA fails == -option negotiation failed: Verify failed: No certificate was found. +qemu-nbd: option negotiation failed: Verify failed: No certificate was found. qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': The certificate hasn't got a known issuer == perform I/O over TLS == |