qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] qemu-iotests: reduce iotests.py code duplication
@ 2013-05-28 15:11 Stefan Hajnoczi
  2013-05-28 15:11 ` [Qemu-devel] [PATCH 1/4] qemu-iotests: make assert_no_active_block_jobs() common Stefan Hajnoczi
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Stefan Hajnoczi @ 2013-05-28 15:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Stefan Hajnoczi

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-05-29 11:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-28 15:11 [Qemu-devel] [PATCH 0/4] qemu-iotests: reduce iotests.py code duplication Stefan Hajnoczi
2013-05-28 15:11 ` [Qemu-devel] [PATCH 1/4] qemu-iotests: make assert_no_active_block_jobs() common Stefan Hajnoczi
2013-05-28 15:11 ` [Qemu-devel] [PATCH 2/4] qemu-iotests: make cancel_and_wait() common Stefan Hajnoczi
2013-05-29  9:54   ` Kevin Wolf
2013-05-29 11:02     ` Stefan Hajnoczi
2013-05-28 15:11 ` [Qemu-devel] [PATCH 3/4] qemu-iotests: make compare_images() common Stefan Hajnoczi
2013-05-28 15:11 ` [Qemu-devel] [PATCH 4/4] qemu-iotests: make create_image() common Stefan Hajnoczi
2013-05-29  5:29 ` [Qemu-devel] [PATCH 0/4] qemu-iotests: reduce iotests.py code duplication Fam Zheng
2013-05-29  7:51   ` Stefan Hajnoczi
2013-05-29 10:04 ` Kevin Wolf
2013-05-29 11:56 ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).