diff options
author | Kevin Wolf | 2018-11-20 18:09:49 +0100 |
---|---|---|
committer | Kevin Wolf | 2018-11-21 10:30:05 +0100 |
commit | d8336c6b286d9715bfe29a0e0b415dfd7891f671 (patch) | |
tree | 9bd1199a62730ab3b724fa134eca43bd98f2a6b2 /tests/check-qom-interface.c | |
parent | Update version for v3.1.0-rc2 release (diff) | |
download | qemu-d8336c6b286d9715bfe29a0e0b415dfd7891f671.tar.gz qemu-d8336c6b286d9715bfe29a0e0b415dfd7891f671.tar.xz qemu-d8336c6b286d9715bfe29a0e0b415dfd7891f671.zip |
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>
Diffstat (limited to 'tests/check-qom-interface.c')
0 files changed, 0 insertions, 0 deletions