]> git.proxmox.com Git - mirror_qemu.git/commit
Acceptance tests: add make rule for running them
authorCleber Rosa <crosa@redhat.com>
Thu, 18 Oct 2018 15:31:33 +0000 (11:31 -0400)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 31 Oct 2018 00:13:54 +0000 (21:13 -0300)
commita56931eef343c7564e35bcc05eaed2a469a1b1b8
tree71ccc8e4894e71a74424891687eac8e824088c77
parent213137217a60eca18e9b55817f00dfdd6eaff74a
Acceptance tests: add make rule for running them

The acceptance (aka functional, aka Avocado-based) tests are
Python files located in "tests/acceptance" that need to be run
with the Avocado libs and test runner.

Let's provide a convenient way for QEMU developers to run them,
by making use of the tests-venv with the required setup.

Also, while the Avocado test runner will take care of creating a
location to save test results to, it was understood that it's better
if the results are kept within the build tree.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Caio Carrara <ccarrara@redhat.com>
Message-Id: <20181018153134.8493-3-crosa@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
docs/devel/testing.rst
tests/Makefile.include
tests/requirements.txt