qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] qemu-iotests: reduce iotests.py code duplicatio


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 0/4] qemu-iotests: reduce iotests.py code duplication
Date: Tue, 28 May 2013 17:11:33 +0200

Tests 030 and 041 are written in Python and use the iotests.py module.  Push
common code down into iotests.py.  My 'drive-backup' series takes advantage
will take advantage of this - kwolf pointed out that earlier revisions were
duplicating too much code.

I decided to split this into a separate patch series and send it before the
next 'drive-backup' revision.

Stefan Hajnoczi (4):
  qemu-iotests: make assert_no_active_block_jobs() common
  qemu-iotests: make cancel_and_wait() common
  qemu-iotests: make compare_images() common
  qemu-iotests: make create_image() common

 tests/qemu-iotests/030        |  99 ++++++++---------------
 tests/qemu-iotests/041        | 181 +++++++++++++++---------------------------
 tests/qemu-iotests/iotests.py |  38 +++++++++
 3 files changed, 135 insertions(+), 183 deletions(-)

-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]