Re: [Qemu-devel] [PATCH v4 17/26] tests: refactor python I/O tests helper main method

2016-03-11 Thread Eric Blake
On 02/29/2016 05:00 AM, Daniel P. Berrange wrote: > The iotests.py helper provides a main() method for running > tests via the python unit test framework. Not all tests > will want to use this, so refactor it to split the testing > of compatible formats and platforms into separate helper > methods

[Qemu-devel] [PATCH v4 17/26] tests: refactor python I/O tests helper main method

2016-02-29 Thread Daniel P. Berrange
The iotests.py helper provides a main() method for running tests via the python unit test framework. Not all tests will want to use this, so refactor it to split the testing of compatible formats and platforms into separate helper methods Signed-off-by: Daniel P. Berrange --- tests/qemu-iotests/