[Qemu-devel] [PATCH V2 12/12] qemu-iotests: add 055 internal snapshot for block device test case

2013-06-14 Thread Wenchao Xia
Signed-off-by: Wenchao Xia --- tests/qemu-iotests/055 | 157 tests/qemu-iotests/055.out |5 ++ tests/qemu-iotests/group |1 + 3 files changed, 163 insertions(+), 0 deletions(-) create mode 100755 tests/qemu-iotests/055 create mode 1006

Re: [Qemu-devel] [PATCH V2 12/12] qemu-iotests: add 055 internal snapshot for block device test case

2013-06-18 Thread Stefan Hajnoczi
On Fri, Jun 14, 2013 at 07:39:59PM +0800, Wenchao Xia wrote: > Signed-off-by: Wenchao Xia > --- > tests/qemu-iotests/055 | 157 > > tests/qemu-iotests/055.out |5 ++ drive-backup already uses 055, please name it 056 to avoid conflicts. > te

Re: [Qemu-devel] [PATCH V2 12/12] qemu-iotests: add 055 internal snapshot for block device test case

2013-06-18 Thread Wenchao Xia
于 2013-6-18 22:32, Stefan Hajnoczi 写道: On Fri, Jun 14, 2013 at 07:39:59PM +0800, Wenchao Xia wrote: Signed-off-by: Wenchao Xia --- tests/qemu-iotests/055 | 157 tests/qemu-iotests/055.out |5 ++ drive-backup already uses 055, please name

Re: [Qemu-devel] [PATCH V2 12/12] qemu-iotests: add 055 internal snapshot for block device test case

2013-06-19 Thread Stefan Hajnoczi
On Wed, Jun 19, 2013 at 02:21:31PM +0800, Wenchao Xia wrote: > 于 2013-6-18 22:32, Stefan Hajnoczi 写道: > >On Fri, Jun 14, 2013 at 07:39:59PM +0800, Wenchao Xia wrote: > >>+def createSnapshotInTransaction(self, snapshot_num): > >>+actions = [] > >>+for i in range(0, len(self.expec

Re: [Qemu-devel] [PATCH V2 12/12] qemu-iotests: add 055 internal snapshot for block device test case

2013-06-19 Thread Wenchao Xia
> On Wed, Jun 19, 2013 at 02:21:31PM +0800, Wenchao Xia wrote: 于 2013-6-18 22:32, Stefan Hajnoczi 写道: On Fri, Jun 14, 2013 at 07:39:59PM +0800, Wenchao Xia wrote: +def createSnapshotInTransaction(self, snapshot_num): +actions = [] +for i in range(0, len(self.expect)): +

Re: [Qemu-devel] [PATCH V2 12/12] qemu-iotests: add 055 internal snapshot for block device test case

2013-06-19 Thread Stefan Hajnoczi
On Wed, Jun 19, 2013 at 05:01:35PM +0800, Wenchao Xia wrote: > > On Wed, Jun 19, 2013 at 02:21:31PM +0800, Wenchao Xia wrote: > >>于 2013-6-18 22:32, Stefan Hajnoczi 写道: > >>>On Fri, Jun 14, 2013 at 07:39:59PM +0800, Wenchao Xia wrote: > +def createSnapshotInTransaction(self, snapshot_num):