On 10/9/19 9:47 PM, Cleber Rosa wrote:
Reviewed-by: Eric Blake <[email protected]> Signed-off-by: Cleber Rosa <[email protected]> --- tests/qemu-iotests/044 | 3 --- 1 file changed, 3 deletions(-)diff --git a/tests/qemu-iotests/044 b/tests/qemu-iotests/044 index 8b2afa2a11..aa2a00ceed 100755 --- a/tests/qemu-iotests/044 +++ b/tests/qemu-iotests/044 @@ -102,17 +102,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) - passdef tearDown(self):os.remove(test_img) - passdef test_grow_refcount_table(self):qemu_io('-c', 'write 3800M 1M', test_img) qemu_img_verbose('check' , test_img) - passif __name__ == '__main__':iotests.main(supported_fmts=['qcow2'],
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
