qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/4] qemu-iotests: 044: pass is actually a noop, so remove it


From: Eric Blake
Subject: Re: [PATCH 3/4] qemu-iotests: 044: pass is actually a noop, so remove it
Date: Fri, 27 Sep 2019 11:47:54 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0

On 9/27/19 9:17 AM, Cleber Rosa wrote:
Signed-off-by: Cleber Rosa <address@hidden>
---
  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 <address@hidden>


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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]