diff options
author | Kevin Wolf <kwolf@redhat.com> | 2012-10-12 14:24:42 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-10-24 10:26:18 +0200 |
commit | ee17f9d5fd44fba950ab2290dd30f38d1cd2b625 (patch) | |
tree | 391a794b35df4b1cb48f7252393743530edf4f84 /tests/qemu-iotests/042.out | |
parent | 1f71049523f4fc0738f96c74bfcce012521fa0f0 (diff) |
qemu-iotests: Test qemu-img operation on zero size image
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/042.out')
-rw-r--r-- | tests/qemu-iotests/042.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/qemu-iotests/042.out b/tests/qemu-iotests/042.out new file mode 100644 index 0000000000..dc80f4b5b3 --- /dev/null +++ b/tests/qemu-iotests/042.out @@ -0,0 +1,15 @@ +QA output created by 042 + +== Creating zero size image == +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0 +No errors were found on the image. + +== Converting the image == +No errors were found on the image. + +== Converting the image, compressed == +No errors were found on the image. + +== Rebasing the image == +No errors were found on the image. +*** done |