iotests: Replace time.clock() with Timeout
commitd8336c6b286d9715bfe29a0e0b415dfd7891f671
authorKevin Wolf <kwolf@redhat.com>
Tue, 20 Nov 2018 17:09:49 +0000 (20 18:09 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 21 Nov 2018 09:30:05 +0000 (21 10:30 +0100)
tree9bd1199a62730ab3b724fa134eca43bd98f2a6b2
parent47c1cc30e440860aa695358f7c2dd0b9d7b53d16
iotests: Replace time.clock() with Timeout

time.clock() is deprecated since Python 3.3. Current Python versions
warn that the function will be removed in Python 3.8, and those warnings
make the test case 118 fail.

Replace it with the Timeout mechanism that is compatible with both
Python 2 and 3, and makes the code even a little nicer.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
tests/qemu-iotests/118