[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 04/10] iotests/129: Remove test images in tearDown()
From: |
Max Reitz |
Subject: |
[PATCH v3 04/10] iotests/129: Remove test images in tearDown() |
Date: |
Thu, 14 Jan 2021 18:02:58 +0100 |
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.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.
--
2.29.2
- [PATCH v3 00/10] iotests: Fix 129 and expand 297’s reach, Max Reitz, 2021/01/14
- [PATCH v3 03/10] iotests: Move try_remove to iotests.py, Max Reitz, 2021/01/14
- [PATCH v3 04/10] iotests/129: Remove test images in tearDown(),
Max Reitz <=
- [PATCH v3 05/10] iotests/129: Do not check @busy, Max Reitz, 2021/01/14
- [PATCH v3 07/10] iotests/129: Actually test a commit job, Max Reitz, 2021/01/14
- [PATCH v3 06/10] iotests/129: Use throttle node, Max Reitz, 2021/01/14
- [PATCH v3 08/10] iotests/129: Limit mirror job's buffer size, Max Reitz, 2021/01/14
- [PATCH v3 09/10] iotests/129: Clean up pylint and mypy complaints, Max Reitz, 2021/01/14