diff options
author | Max Reitz <mreitz@redhat.com> | 2014-10-24 15:57:42 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-11-03 11:41:48 +0000 |
commit | e6ea23126c6d4350c7eb034f42ef27460190ef21 (patch) | |
tree | ba63d344ca7e1ff230afd644512adad27ef6bfb2 /tests/qemu-iotests/group | |
parent | f67ac71edb42f764004a3d4564d2a9f3cdfe59bc (diff) | |
download | qemu-e6ea23126c6d4350c7eb034f42ef27460190ef21.zip |
iotests: Add test for backing-chain commits
Add a test for qemu-img commit on backing chains with more than two
images. This test also checks whether the top image is emptied (unless
this is prevented by specifying either -d or -b) and does therefore not
work for qed and vmdk which requires it to be separate from 020.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 1414159063-25977-14-git-send-email-mreitz@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@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 9bbd5d3a17..f1c2d87b27 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -100,6 +100,7 @@ 091 rw auto quick 092 rw auto quick 095 rw auto quick +097 rw auto backing 099 rw auto quick 100 rw auto quick 101 rw auto quick |