diff options
author | Kevin Wolf <kwolf@redhat.com> | 2012-04-11 11:21:25 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-04-19 15:48:52 +0200 |
commit | 7299550b252c2c88ae078030428435cf83315dd4 (patch) | |
tree | f6c60abb342e86d6c8662370076994787ec36918 /tests/qemu-iotests/031.out | |
parent | 51006bbc45bc74977ae538190a53df2af534acb9 (diff) | |
download | qemu-7299550b252c2c88ae078030428435cf83315dd4.zip qemu-7299550b252c2c88ae078030428435cf83315dd4.tar.gz qemu-7299550b252c2c88ae078030428435cf83315dd4.tar.bz2 |
qemu-iotests: Always filter cluster_size out in _make_test_img
Some image formats do have a cluster size, others don't, but there are
tests that work with both sets of images and currently we get failures
because the qemu-img create output doesn't mention the cluster size for
some formats.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/031.out')
-rw-r--r-- | tests/qemu-iotests/031.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/031.out b/tests/qemu-iotests/031.out index 0f1bf68..e1a536e 100644 --- a/tests/qemu-iotests/031.out +++ b/tests/qemu-iotests/031.out @@ -2,7 +2,7 @@ QA output created by 031 === Create image with unknown header extension === -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 cluster_size=65536 +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 magic 0x514649fb version 2 backing_file_offset 0x0 |