Re: [Qemu-devel] [PATCH V1 2/2] Add tests for sync modes 'TOP' and 'NONE'

2013-07-04 Thread Stefan Hajnoczi
On Thu, Jun 27, 2013 at 07:28:45PM -0700, Ian Main wrote: diff --git a/tests/qemu-iotests/055 b/tests/qemu-iotests/055 index c66f8db..6de81ff 100755 --- a/tests/qemu-iotests/055 +++ b/tests/qemu-iotests/055 @@ -23,8 +23,9 @@ import time import os import iotests -from iotests import

[Qemu-devel] [PATCH V1 2/2] Add tests for sync modes 'TOP' and 'NONE'

2013-06-27 Thread Ian Main
This patch adds tests for sync modes top and none. I'd be interested in hearing ideas on how to improve these tests if people feel they are inadequate. Especially SYNC_MODE_NONE would be hard to test. Signed-off-by: Ian Main im...@redhat.com --- tests/qemu-iotests/055 | 63