OSDN Git Service

qemu-iotests: Fix cleanup for 192
authorKevin Wolf <kwolf@redhat.com>
Wed, 8 May 2019 12:00:44 +0000 (14:00 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 10 May 2019 14:45:40 +0000 (16:45 +0200)
commit4d231a384c5d72491e6ddc8006d6be929ca6c609
tree260348032d2fd4b5f331cff0cbdcbb28b2b403b4
parente0c9d0c128595efd10843d2791acab650b9b9e60
qemu-iotests: Fix cleanup for 192

Test case 192 calls _launch_qemu, so it also needs to _cleanup_qemu when
it's done, otherwise the QMP FIFOs stay around in scratch/. It also
creates a temporary NBD socket that needs to be removed as well at the
end of the test case.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
tests/qemu-iotests/192