[Qemu-devel] [PATCH for-3.1 0/2] iotests: More Python 3 fixes

Kevin Wolf posted 2 patches 5 years, 5 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181120172252.17800-1-kwolf@redhat.com
tests/qemu-iotests/041        |  6 +++---
tests/qemu-iotests/118        | 20 ++++++++------------
tests/qemu-iotests/iotests.py |  2 +-
3 files changed, 12 insertions(+), 16 deletions(-)
[Qemu-devel] [PATCH for-3.1 0/2] iotests: More Python 3 fixes
Posted by Kevin Wolf 5 years, 5 months ago
Kevin Wolf (2):
  iotests: Replace time.clock() with Timeout
  iotests: Replace assertEquals() with assertEqual()

 tests/qemu-iotests/041        |  6 +++---
 tests/qemu-iotests/118        | 20 ++++++++------------
 tests/qemu-iotests/iotests.py |  2 +-
 3 files changed, 12 insertions(+), 16 deletions(-)

-- 
2.19.1


Re: [Qemu-devel] [PATCH for-3.1 0/2] iotests: More Python 3 fixes
Posted by Kevin Wolf 5 years, 5 months ago
Am 20.11.2018 um 18:22 hat Kevin Wolf geschrieben:
> Kevin Wolf (2):
>   iotests: Replace time.clock() with Timeout
>   iotests: Replace assertEquals() with assertEqual()

Thanks for the quick reviews, applied to the block branch.

Kevin