Re: [Qemu-devel] [PATCH v3 4/4] iotests: Add test for the JSON protocol

2014-05-19 Thread Kevin Wolf
Am 08.05.2014 um 20:12 hat Max Reitz geschrieben: > Add a test for the JSON protocol driver. > > Signed-off-by: Max Reitz This will need a follow-up fix. On one test machine, I get failures like this (not sure why the size differs there): --- 089.out 2014-05-19 01:28:00.715230617 -0400 +++

Re: [Qemu-devel] [PATCH v3 4/4] iotests: Add test for the JSON protocol

2014-05-13 Thread Eric Blake
On 05/08/2014 12:12 PM, Max Reitz wrote: > Add a test for the JSON protocol driver. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/089 | 130 > + > tests/qemu-iotests/089.out | 54 +++ > tests/qemu-iotests/group | 1 +

[Qemu-devel] [PATCH v3 4/4] iotests: Add test for the JSON protocol

2014-05-08 Thread Max Reitz
Add a test for the JSON protocol driver. Signed-off-by: Max Reitz --- tests/qemu-iotests/089 | 130 + tests/qemu-iotests/089.out | 54 +++ tests/qemu-iotests/group | 1 + 3 files changed, 185 insertions(+) create mode 100755 t