]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
iotests/graph-changes-while-io: remove image file after test
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 30 May 2025 15:10:57 +0000 (17:10 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 4 Jun 2025 16:16:34 +0000 (18:16 +0200)
Suggested-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Message-ID: <20250530151125.955508-21-f.ebner@proxmox.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/tests/graph-changes-while-io

index 194fda500e6d69510742c35bb6d657d2628d3f04..35489e3b5e0ba73ba8be3379ccbe3af5c34f309f 100755 (executable)
@@ -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