qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH 4/4] qemu-iotests: 044: remove inaccurate docstring class des


From: Eric Blake
Subject: Re: [PATCH 4/4] qemu-iotests: 044: remove inaccurate docstring class description
Date: Fri, 27 Sep 2019 11:48:56 -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 | 1 -
  1 file changed, 1 deletion(-)

diff --git a/tests/qemu-iotests/044 b/tests/qemu-iotests/044
index eb42df0fe1..0ca4bcfc6d 100755
--- a/tests/qemu-iotests/044
+++ b/tests/qemu-iotests/044
@@ -34,7 +34,6 @@ if sys.version_info.major == 2:
  test_img = os.path.join(iotests.test_dir, 'test.img')
class TestRefcountTableGrowth(iotests.QMPTestCase):
-    '''Abstract base class for image mirroring test cases'''

Should we replace it with something useful? But this isn't meant to be reused outside this test, so it doesn't hurt to have no documentation.

Reviewed-by: Eric Blake <address@hidden>

      def preallocate(self, name):
          fd = open(name, "r+b")


--
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]