diff options
author | 2014-11-26 17:20:29 +0100 | |
---|---|---|
committer | 2015-01-13 11:47:56 +0000 | |
commit | 527ab22a2a268421564cfba3409d081aee22c22b (patch) | |
tree | b6dfad7ba0bc3d03d139c4be7bce03c42f91d3fe /tests/qemu-iotests/group | |
parent | block/vmdk: Relative backing file for creation (diff) | |
download | qemu-527ab22a2a268421564cfba3409d081aee22c22b.tar.xz qemu-527ab22a2a268421564cfba3409d081aee22c22b.zip |
iotests: Add test for relative backing file names
Sometimes, qemu does not have a filename to work with, so it does not
know which directory to use for a backing file specified by a relative
filename. Add a test which tests that qemu exits with an appropriate
error message.
Additionally, add a test for qemu-img create with a backing filename
relative to the backed image's base directory while omitting the image
size.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 08099b9e1d..f8bf354156 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -112,6 +112,7 @@ 107 rw auto quick 108 rw auto quick 109 rw auto +110 rw auto backing quick 111 rw auto quick 113 rw auto quick 114 rw auto quick |