diff options
| author | Fiona Ebner <f.ebner@proxmox.com> | 2025-05-30 17:10:57 +0200 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2025-06-04 18:16:34 +0200 |
| commit | ed8c62927e8facebb1e41b417daee3109e398712 (patch) | |
| tree | a7ddf0debbacbeab9e4df348bf9bde0dab860943 /tests | |
| parent | fc1d2f3eac7946658b160db0b813b81288fb1778 (diff) | |
| download | focaccia-qemu-ed8c62927e8facebb1e41b417daee3109e398712.tar.gz focaccia-qemu-ed8c62927e8facebb1e41b417daee3109e398712.zip | |
iotests/graph-changes-while-io: remove image file after test
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>
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/qemu-iotests/tests/graph-changes-while-io | 1 |
1 files changed, 1 insertions, 0 deletions
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 |