mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-17 16:25:34 -06:00
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>
This commit is contained in:
parent
fc1d2f3eac
commit
ed8c62927e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue