On 10/9/19 9:47 PM, Cleber Rosa wrote:
Reviewed-by: Eric Blake <ebl...@redhat.com>
Signed-off-by: Cleber Rosa <cr...@redhat.com>
---
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)
- 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'],
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>