image-fuzzer: Generator of fuzzed qcow2 images
authorMaria Kustova <maxa@catit.be>
Mon, 11 Aug 2014 10:34:01 +0000 (14:34 +0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 15 Aug 2014 17:03:14 +0000 (18:03 +0100)
commite123232331305fce0c69a3fb170d3f5d8003abf4
tree894f6638adbaed5ecb8c4607751a6ae7d12bc269
parent6d5e9372f6d968cbee1d6708198abd087db07260
image-fuzzer: Generator of fuzzed qcow2 images

The layout submodule of the qcow2 package creates a random valid image,
randomly selects some amount of its fields, fuzzes them and write the fuzzed
image to the file. Fuzzing process can be controlled by an external
configuration.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Maria Kustova <maria.k@catit.be>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/image-fuzzer/qcow2/layout.py [new file with mode: 0644]