iotests.py: Fix VM.run_job
commit2ab69df8db1f831ab7aaa1662d685d78823befca
authorMax Reitz <mreitz@redhat.com>
Wed, 15 May 2019 20:15:02 +0000 (15 22:15 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 17 Sep 2019 19:58:36 +0000 (17 14:58 -0500)
tree3b6ed242ce5c3780e8b37bad42dfa4a2d3646b85
parentc7b4a7354157a00a31d332401b56fee14cbb2bf2
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>
(cherry picked from commit 86a4f599a67b9b709109c7a7c8b7eb91d21c21fd)
*prereq for d6a79af0e6
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tests/qemu-iotests/iotests.py