Re: [Qemu-devel] [RFC] image-fuzzer: Trivial test runner

2014-06-05 Thread M.Kustova
On Wed, Jun 4, 2014 at 6:26 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Sat, May 31, 2014 at 01:56:46PM +0400, Maria Kustova wrote: Please add a --format qcow2 (or maybe --image-generator) option using __import__() to load the image generator module. That way people can drop in new

Re: [Qemu-devel] [RFC] image-fuzzer: Trivial test runner

2014-06-05 Thread Stefan Hajnoczi
On Thu, Jun 05, 2014 at 12:49:36PM +0400, M.Kustova wrote: On Wed, Jun 4, 2014 at 6:26 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Sat, May 31, 2014 at 01:56:46PM +0400, Maria Kustova wrote: +def execute(self, q_args, seed, size=8*512): + Execute a test. + +The

Re: [Qemu-devel] [RFC] image-fuzzer: Trivial test runner

2014-06-04 Thread Stefan Hajnoczi
On Sat, May 31, 2014 at 01:56:46PM +0400, Maria Kustova wrote: Please add a --format qcow2 (or maybe --image-generator) option using __import__() to load the image generator module. That way people can drop in new image generator modules in the future and we don't hard-code their names into the

[Qemu-devel] [RFC] image-fuzzer: Trivial test runner

2014-05-31 Thread Maria Kustova
This version of test runner executes only one test. In future it will be extended to execute multiple tests in a run. Signed-off-by: Maria Kustova mari...@catit.be --- tests/image-fuzzer/runner.py | 225 +++ 1 file changed, 225 insertions(+) create mode