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

2014-05-06 Thread Max Reitz
On 06.05.2014 22:04, Eric Blake wrote: On 05/06/2014 01:30 PM, Max Reitz wrote: Add a test for the JSON protocol driver. Signed-off-by: Max Reitz Reviewed-by: Benoit Canet --- +echo +echo "=== Testing qemu-img info output ===" +echo + +# This should output information about the image itsel

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

2014-05-06 Thread Eric Blake
On 05/06/2014 01:30 PM, Max Reitz wrote: > Add a test for the JSON protocol driver. > > Signed-off-by: Max Reitz > Reviewed-by: Benoit Canet > --- > +echo > +echo "=== Testing qemu-img info output ===" > +echo > + > +# This should output information about the image itself, not about the JSON >

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

2014-05-06 Thread Max Reitz
Add a test for the JSON protocol driver. Signed-off-by: Max Reitz Reviewed-by: Benoit Canet --- tests/qemu-iotests/089 | 123 + tests/qemu-iotests/089.out | 39 ++ tests/qemu-iotests/group | 1 + 3 files changed, 163 insertions(+)