qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/7] iotests/129: Remove test images in tearDown()


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH 2/7] iotests/129: Remove test images in tearDown()
Date: Wed, 13 Jan 2021 17:34:02 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

13.01.2021 17:06, Max Reitz wrote:
Signed-off-by: Max Reitz <mreitz@redhat.com>


Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

---
  tests/qemu-iotests/129 | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/tests/qemu-iotests/129 b/tests/qemu-iotests/129
index 0e13244d85..2fc65ada6a 100755
--- a/tests/qemu-iotests/129
+++ b/tests/qemu-iotests/129
@@ -47,6 +47,8 @@ class TestStopWithBlockJob(iotests.QMPTestCase):
          result = self.vm.qmp("block_set_io_throttle", conv_keys=False,
                               **params)
          self.vm.shutdown()
+        for img in (self.test_img, self.target_img, self.base_img):
+            iotests.try_remove(img)
def do_test_stop(self, cmd, **args):
          """Test 'stop' while block job is running on a throttled drive.



--
Best regards,
Vladimir



reply via email to

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