docs: Add docs/devel/testing.rst
commit4eb995603479f0f7aff14b518f8ada16fe694ca7
authorFam Zheng <famz@redhat.com>
Thu, 1 Feb 2018 02:20:46 +0000 (1 10:20 +0800)
committerFam Zheng <famz@redhat.com>
Thu, 8 Feb 2018 01:23:07 +0000 (8 09:23 +0800)
tree6c81be20f48ade072028b1874404ac375ab7e97b
parentd87ee3d70fc54c4de007bbf94068a35987bc833d
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>
docs/devel/testing.rst [new file with mode: 0644]
tests/vm/README