diff options
author | Kevin Wolf <kwolf@redhat.com> | 2013-05-13 14:11:13 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-05-24 16:17:55 +0200 |
commit | bd91ecbf5b43b52321c4d938e16a612b9c68bf06 (patch) | |
tree | a5f0c0588fa6260304c0bffada8dcec84d9e0419 /tests/qemu-iotests/054.out | |
parent | c93331c9146719958a4b102435fcd0566da45ea2 (diff) | |
download | qemu-bd91ecbf5b43b52321c4d938e16a612b9c68bf06.zip |
qemu-iotests: Try creating huge qcow2 image
It's supposed to fail gracefully instead of segfaulting.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/054.out')
-rw-r--r-- | tests/qemu-iotests/054.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qemu-iotests/054.out b/tests/qemu-iotests/054.out new file mode 100644 index 0000000000..0b2fe301ea --- /dev/null +++ b/tests/qemu-iotests/054.out @@ -0,0 +1,10 @@ +QA output created by 054 + +creating too large image (1 EB) +qemu-img: The image size is too large for file format 'qcow2' +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1152921504606846976 + +creating too large image (1 EB) using qcow2.py +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 +qemu-img: Could not open 'TEST_DIR/t.qcow2': File too large +*** done |