Re: [Qemu-block] [PATCH v4 18/26] tests: add output filter to python I/O tests helper

2016-03-14 Thread Daniel P. Berrange
On Mon, Mar 14, 2016 at 11:57:11AM -0600, Eric Blake wrote: > On 02/29/2016 05:00 AM, Daniel P. Berrange wrote: > > Add a 'log' method to iotests.py which prints messages to > > stdout, with optional filtering of data. Port over some > > standard filters for present in the shell common.filter > > c

Re: [Qemu-block] [PATCH v4 18/26] tests: add output filter to python I/O tests helper

2016-03-14 Thread Eric Blake
On 02/29/2016 05:00 AM, Daniel P. Berrange wrote: > Add a 'log' method to iotests.py which prints messages to > stdout, with optional filtering of data. Port over some > standard filters for present in the shell common.filter > code. I'm not sure what you meant by 'for present'. > > Signed-off-b

[Qemu-block] [PATCH v4 18/26] tests: add output filter to python I/O tests helper

2016-02-29 Thread Daniel P. Berrange
Add a 'log' method to iotests.py which prints messages to stdout, with optional filtering of data. Port over some standard filters for present in the shell common.filter code. Signed-off-by: Daniel P. Berrange --- tests/qemu-iotests/iotests.py | 25 - 1 file changed, 24 i