qemu-e2k/tests/vm
Fam Zheng 4eb9956034 docs: Add docs/devel/testing.rst
To make our efforts on QEMU testing easier to consume by contributors,
let's add a document. For example, Patchew reports build errors on
patches that should be relatively easy to reproduce with a few steps, and
it is much nicer if there is such a documentation that it can refer to.

This focuses on how to run existing tests and how to write new test
cases, without going into the frameworks themselves.

The VM based testing section is moved from tests/vm/README which now
is a single line pointing to the new doc.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20180201022046.9425-1-famz@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
2018-02-08 09:23:07 +08:00
..
Makefile.include Makefile: Add rules to run vm tests 2017-09-22 14:51:42 +08:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
basevm.py basevm: Call logging.basicConfig() 2017-10-11 15:15:17 -03:00
freebsd tests: Add FreeBSD image 2017-09-22 14:51:35 +08:00
netbsd tests: Add NetBSD image 2017-09-22 14:51:42 +08:00
openbsd tests: Add OpenBSD image 2017-09-22 14:51:42 +08:00
ubuntu.i386 tests: Add ubuntu.i386 image 2017-09-22 10:46:25 +08:00

README

See docs/devel/testing.rst for help.