diff options
author | Max Reitz <mreitz@redhat.com> | 2014-10-16 15:25:57 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-10-23 15:34:02 +0200 |
commit | 1b2dd0bee6bd03045b90c8a7549c8134466b2938 (patch) | |
tree | 8742cc8b82404cbad59e78d04146b086eb1ef811 /tests/qemu-iotests/group | |
parent | a1391444fe1cfef14976458f3293a2c6945e725c (diff) |
iotests: Add test for qcow2 L1 table update
Updating the L1 table should not result in random data being written.
This adds a test for that.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@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 c9752e9f0b..9bbd5d3a17 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -107,4 +107,5 @@ 103 rw auto quick 104 rw auto 105 rw auto quick +107 rw auto quick 108 rw auto quick |