diff options
| author | Maria Kustova <maxa@catit.be> | 2014-08-11 14:34:02 +0400 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-08-15 18:03:14 +0100 |
| commit | 071e6491947acff53196c119ea4713593e7a8b11 (patch) | |
| tree | 023f39896f91f7ba359571172d4336f10b38d79d | |
| parent | e123232331305fce0c69a3fb170d3f5d8003abf4 (diff) | |
| download | focaccia-qemu-071e6491947acff53196c119ea4713593e7a8b11.tar.gz focaccia-qemu-071e6491947acff53196c119ea4713593e7a8b11.zip | |
image-fuzzer: Public API for image-fuzzer/runner/runner.py
__init__.py provides the public API required by the test runner Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Maria Kustova <maria.k@catit.be> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
| -rw-r--r-- | tests/image-fuzzer/qcow2/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/image-fuzzer/qcow2/__init__.py b/tests/image-fuzzer/qcow2/__init__.py new file mode 100644 index 0000000000..e2ebe19311 --- /dev/null +++ b/tests/image-fuzzer/qcow2/__init__.py @@ -0,0 +1 @@ +from layout import create_image |