From: Fiona Ebner Date: Fri, 30 May 2025 15:10:57 +0000 (+0200) Subject: iotests/graph-changes-while-io: remove image file after test X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed8c62927e8facebb1e41b417daee3109e398712;p=thirdparty%2Fqemu.git iotests/graph-changes-while-io: remove image file after test Suggested-by: Kevin Wolf Signed-off-by: Fiona Ebner Message-ID: <20250530151125.955508-21-f.ebner@proxmox.com> Reviewed-by: Kevin Wolf Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/tests/graph-changes-while-io b/tests/qemu-iotests/tests/graph-changes-while-io index 194fda500e..35489e3b5e 100755 --- a/tests/qemu-iotests/tests/graph-changes-while-io +++ b/tests/qemu-iotests/tests/graph-changes-while-io @@ -57,6 +57,7 @@ class TestGraphChangesWhileIO(QMPTestCase): def tearDown(self) -> None: self.qsd.stop() + os.remove(top) def test_blockdev_add_while_io(self) -> None: # Run qemu-img bench in the background