qemu-trivial
[Top][All Lists]
Advanced

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

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 3/4] qemu-iotests: 044: pass is actually a noop, so remove it
Date: Thu, 10 Oct 2019 13:27:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0

On 10/9/19 9:47 PM, Cleber Rosa wrote:
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Cleber Rosa <address@hidden>
---
  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é <address@hidden>



reply via email to

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