Message ID | 20191009194740.8079-4-crosa@redhat.com |
---|---|
State | New |
Headers | show |
Series | iotests: trivial cleanups | expand |
On 10/9/19 9:47 PM, Cleber Rosa wrote: > Reviewed-by: Eric Blake <eblake@redhat.com> > Signed-off-by: Cleber Rosa <crosa@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é <philmd@redhat.com>
Am 09.10.2019 um 21:47 hat Cleber Rosa geschrieben: > Reviewed-by: Eric Blake <eblake@redhat.com> > Signed-off-by: Cleber Rosa <crosa@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com>
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'],