diff options
author | Kevin Wolf <kwolf@redhat.com> | 2019-11-08 09:46:03 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2019-11-18 17:50:08 +0100 |
commit | b1f6a8e180367c945b67c6c9bbcec5c856be3779 (patch) | |
tree | 92a3ff8d2165040eaa13046d008ad2eef289a3f7 /tests/qemu-iotests/group | |
parent | ae0f57f0aa03571045a3accc0b22d91a4775e63c (diff) | |
download | qemu-b1f6a8e180367c945b67c6c9bbcec5c856be3779.zip qemu-b1f6a8e180367c945b67c6c9bbcec5c856be3779.tar.gz qemu-b1f6a8e180367c945b67c6c9bbcec5c856be3779.tar.bz2 |
iotests: Test multiple blockdev-snapshot calls
Test that doing a second blockdev-snapshot doesn't make the first
overlay's backing file go away.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@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 0650403..c56bb69 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -284,3 +284,4 @@ 268 rw auto quick 270 rw backing quick 272 rw +273 backing quick |