diff options
author | Max Reitz <mreitz@redhat.com> | 2015-03-03 16:22:38 -0500 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2015-03-10 14:02:23 +0100 |
commit | 005628bc8a1693c3dcb00ff2dc3a67cf92c61a13 (patch) | |
tree | fe961edf6031902cdf81e45b26864c15df9df466 /tests/qemu-iotests/006.out | |
parent | 2726958d5eaa3e8242a56014a33e2420280cdd57 (diff) | |
download | qemu-005628bc8a1693c3dcb00ff2dc3a67cf92c61a13.zip |
iotests: Remove 006
vpc does support images > 127 GB if done correctly. qemu does it
correctly. Remove the test pretending otherwise.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/006.out')
-rw-r--r-- | tests/qemu-iotests/006.out | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/qemu-iotests/006.out b/tests/qemu-iotests/006.out deleted file mode 100644 index d135841b70..0000000000 --- a/tests/qemu-iotests/006.out +++ /dev/null @@ -1,6 +0,0 @@ -QA output created by 006 - -creating 128GB image -qemu-img: The image size is too large for file format 'vpc' -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=137438953472 -*** done |