diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2012-10-17 14:02:32 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-10-24 10:26:19 +0200 |
commit | 514d9da5a9a820b43a2cb90b439dd570a7835114 (patch) | |
tree | 2be70387fc7163acecb4fe105924fd7f75c4b7d8 /tests/qemu-iotests/group | |
parent | 9699bf0d06eb42625779216586a28d19d8fc005d (diff) | |
download | qemu-514d9da5a9a820b43a2cb90b439dd570a7835114.tar.gz qemu-514d9da5a9a820b43a2cb90b439dd570a7835114.tar.bz2 qemu-514d9da5a9a820b43a2cb90b439dd570a7835114.zip |
qemu-iotests: Add 043 backing file chain infinite loop test
This new test verifies that qemu-img info --backing-chain safely aborts
when an image file has a backing file infinite loop.
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 d5f9ab0d7d..7407492099 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -48,3 +48,4 @@ 039 rw auto 040 rw auto 042 rw auto quick +043 rw auto backing |