On 9/27/19 9:17 AM, Cleber Rosa wrote:
> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
> tests/qemu-iotests/044 | 3 ---
> 1 file changed, 3 deletions(-)
It's useful when there is nothing else, but here we definitely have
something else.
Reviewed-by: Eric Blake <eblake@redhat.com>
>
> diff --git a/tests/qemu-iotests/044 b/tests/qemu-iotests/044
> index 05ea1f49c5..eb42df0fe1 100755
> --- a/tests/qemu-iotests/044
> +++ b/tests/qemu-iotests/044
> @@ -105,17 +105,14 @@ class TestRefcountTableGrowth(iotests.QMPTestCase):
> def setUp(self):
> qemu_img('create', '-f', iotests.imgfmt, '-o', 'cluster_size=512', test_img, '16G')
> self.preallocate(test_img)
> - pass
>
>
> def tearDown(self):
> os.remove(test_img)
> - pass
>
> def test_grow_refcount_table(self):
> qemu_io('-c', 'write 3800M 1M', test_img)
> qemu_img_verbose('check' , test_img)
> - pass
>
> if __name__ == '__main__':
> iotests.main(supported_fmts=['qcow2'],
>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3226
Virtualization: qemu.org | libvirt.org