diff options
author | Sascha Silbe <silbe@linux.vnet.ibm.com> | 2016-02-18 21:37:33 +0100 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2016-02-22 16:54:14 +0100 |
commit | 43e15ed4fded6be585072a6dd2ef8dc3956bad67 (patch) | |
tree | 34f9b8dd3fc7e94d177ce71fd6c59e5e5853f2a0 /tests | |
parent | 4b84fc70cecd616ccc61b563def2230d73b438b8 (diff) |
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 <silbe@linux.vnet.ibm.com>
Message-id: 1455827853-33477-3-git-send-email-silbe@linux.vnet.ibm.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qemu-iotests/140 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/qemu-iotests/140 b/tests/qemu-iotests/140 index baaf64ef71..05e4506676 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. # |