diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2013-03-18 17:58:54 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-03-19 11:48:37 +0100 |
commit | f95e26ddf526a025aa1334bbe527739397970443 (patch) | |
tree | 776f868d0b0bc66148c13001ec481826ab4ba706 /tests/qemu-iotests/group | |
parent | 4d70655bcb852ea0a006d3923f0b0a9c69ff462e (diff) | |
download | qemu-f95e26ddf526a025aa1334bbe527739397970443.zip qemu-f95e26ddf526a025aa1334bbe527739397970443.tar.gz qemu-f95e26ddf526a025aa1334bbe527739397970443.tar.bz2 |
qemu-iotests: add 052 BDRV_O_SNAPSHOT test
Check that writes to an image opened with BDRV_O_SNAPSHOT do not modify
the underlying image file.
Signed-off-by: Stefan Hajnoczi <stefanha@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 1d7e4f3..73c5966 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -57,3 +57,4 @@ 048 img auto quick 049 rw auto 050 rw auto backing quick +052 rw auto backing |