]> git.proxmox.com Git - mirror_qemu.git/commit
iotests.py: Fix VM.run_job
authorMax Reitz <mreitz@redhat.com>
Wed, 15 May 2019 20:15:02 +0000 (22:15 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 20 May 2019 15:08:57 +0000 (17:08 +0200)
commit86a4f599a67b9b709109c7a7c8b7eb91d21c21fd
treebd91f2b725eae2a3e668e1d0c76f7a8417c829b1
parenta93a42bd918fdbc3e64f6b88c87ccbd6cc09c971
iotests.py: Fix VM.run_job

log() is in the current module, there is no need to prefix it.  In fact,
doing so may make VM.run_job() unusable in tests that never use
iotests.log() themselves.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/iotests.py