diff options
author | Max Reitz <mreitz@redhat.com> | 2013-10-29 19:18:54 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-10-30 12:16:43 +0100 |
commit | 321fd7d2b88defe11528e4d5a9f686c89ebee1ee (patch) | |
tree | f316eec5012553ff6c3d2bad6deb89289ca02c49 /tests/qemu-iotests/group | |
parent | 915365a9c622be52c87fcc1cc9d63fbc5cd75b6d (diff) |
qemu-iotests: Test case for backing file deletion
Add a test case for trying to open an image file where it is impossible
to open its backing file (in this case, because it was deleted). When
doing this, qemu (or qemu-io in this case) should not crash but rather
print an appropriate error message.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Fam Zheng <famz@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 3ca9cba2e4..c57ff35843 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -74,3 +74,4 @@ 066 rw auto 067 rw auto 068 rw auto +069 rw auto |