qemu-e2k/tests/vm
Cleber Rosa 8f8fd9edba Introduce a Python module structure
This is a simple move of Python code that wraps common QEMU
functionality, and are used by a number of different tests
and scripts.

By treating that code as a real Python module, we can more easily:
 * reuse code
 * have a proper place for the module's own unittests
 * apply a more consistent style
 * generate documentation

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Caio Carrara <ccarrara@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20190206162901.19082-2-crosa@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
2019-02-22 14:07:01 -05:00
..
Makefile.include tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTS 2019-02-08 17:32:35 +00:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
basevm.py Introduce a Python module structure 2019-02-22 14:07:01 -05:00
centos tests/vm: Be verbose while extracting compressed images 2019-02-11 12:47:08 +00:00
freebsd tests/vm: Be verbose while extracting compressed images 2019-02-11 12:47:08 +00:00
netbsd tests/vm: Be verbose while extracting compressed images 2019-02-11 12:47:08 +00:00
openbsd tests/vm: Be verbose while extracting compressed images 2019-02-11 12:47:08 +00:00
ubuntu.i386 tests/vm: add --build-target option 2019-02-08 17:32:35 +00:00

README

See docs/devel/testing.rst for help.