diff options
author | Max Reitz <mreitz@redhat.com> | 2018-07-02 23:07:21 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2018-07-09 19:43:24 +0200 |
commit | 85456e0d16434ffe5b33f1354cd893180f2fb235 (patch) | |
tree | e134099b55c22e38e62cd1abd33b4e81f1644c66 /tests/qemu-iotests/group | |
parent | 439e89fc09ab6070f9613c4c513a4d4f133b23b7 (diff) | |
download | qemu-85456e0d16434ffe5b33f1354cd893180f2fb235.zip qemu-85456e0d16434ffe5b33f1354cd893180f2fb235.tar.gz qemu-85456e0d16434ffe5b33f1354cd893180f2fb235.tar.bz2 |
iotests: Add VMDK backing file correlation test
This new test verifies that VMDK backing file reads fail when the
backing file has a non-matching CID. This includes non-VMDK backing
files.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20180702210721.4847-3-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@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 af309eb..1c9f679 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -222,3 +222,4 @@ 221 rw auto quick 222 rw auto quick 223 rw auto quick +225 rw auto quick |