diff options
author | Max Reitz <mreitz@redhat.com> | 2019-05-09 19:52:37 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2019-05-10 16:45:40 +0200 |
commit | 11f6fc50e7501b5f5d04100ea1c21fa8f1cf7b53 (patch) | |
tree | 67e4cadaf991c9816be2313b243467722e366f7a /tests/qemu-iotests/group | |
parent | 1c6e87799252d166426f642c00be8927b68ab164 (diff) | |
download | qemu-11f6fc50e7501b5f5d04100ea1c21fa8f1cf7b53.zip qemu-11f6fc50e7501b5f5d04100ea1c21fa8f1cf7b53.tar.gz qemu-11f6fc50e7501b5f5d04100ea1c21fa8f1cf7b53.tar.bz2 |
iotests: Add test for rebase without input base
This patch adds a test for rebasing an image that currently does not
have a backing file.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-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 7ac9a5e..00e474a 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -249,3 +249,4 @@ 247 rw auto quick 248 rw auto quick 249 rw auto quick +252 rw auto backing quick |