commit | 7299550b252c2c88ae078030428435cf83315dd4 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Apr 11 11:21:25 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Apr 19 15:48:52 2012 +0200 |
tree | f6c60abb342e86d6c8662370076994787ec36918 | |
parent | 51006bbc45bc74977ae538190a53df2af534acb9 [diff] |
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>