From: Sascha Silbe Date: Thu, 18 Feb 2016 20:37:33 +0000 (+0100) Subject: qemu-iotests: 140: make description slightly more verbose X-Git-Tag: v2.6.0-rc0~92^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43e15ed4fded6be585072a6dd2ef8dc3956bad67;p=thirdparty%2Fqemu.git qemu-iotests: 140: make description slightly more verbose Describe in a little more detail what the test is supposed to achieve. Signed-off-by: Sascha Silbe Message-id: 1455827853-33477-3-git-send-email-silbe@linux.vnet.ibm.com Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/140 b/tests/qemu-iotests/140 index baaf64ef71d..05e4506676d 100755 --- a/tests/qemu-iotests/140 +++ b/tests/qemu-iotests/140 @@ -1,6 +1,10 @@ #!/bin/bash # -# Test case for ejecting a BB with an NBD server attached to it +# Test case for ejecting a BlockBackend with an NBD server attached to it +# +# Verify that the NBD server stops offering the drive when ejecting a +# BlockDriverState tree from a BlockBackend (that is, a medium from a +# drive) exposed via an NBD server. # # Copyright (C) 2016 Red Hat, Inc. #