diff options
author | Philippe Mathieu-Daudé | 2020-01-29 17:45:05 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-06-21 12:36:52 +0200 |
commit | 6634f1c43d0e2f26ab2cc71d1f53a25c5b56bdd9 (patch) | |
tree | 99d2923c99c2590633cb5ffbac950cf006e5b49e /MAINTAINERS | |
parent | qht: Fix threshold rate calculation (diff) | |
download | qemu-6634f1c43d0e2f26ab2cc71d1f53a25c5b56bdd9.tar.gz qemu-6634f1c43d0e2f26ab2cc71d1f53a25c5b56bdd9.tar.xz qemu-6634f1c43d0e2f26ab2cc71d1f53a25c5b56bdd9.zip |
MAINTAINERS: Add an entry to review Avocado based acceptance tests
Acceptance tests can test any piece of the QEMU codebase.
As such, the directory holding them does not belong to a specific
subsystem with designated maintainers.
Each subsystem covered by a test is welcomed to add the test path
to its section.
See for example commits 71b290e70, b11785ca2 or 5d480ddde.
Add an entry for to allow reviewers to be notified when acceptance /
integration tests are added or modified.
The designated reviewers are not maintainers, subsystem maintainers
are expected to merge their tests.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Eduardo Habkost <ehabkost@redhat.com>
Acked-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20200129212345.20547-30-philmd@redhat.com>
Message-Id: <20200605165656.17578-1-philmd@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 955cc8dd5c..7b1262e925 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2941,6 +2941,14 @@ S: Maintained F: tests/tcg/Makefile F: tests/tcg/Makefile.include +Acceptance (Integration) Testing with the Avocado framework +W: https://trello.com/b/6Qi1pxVn/avocado-qemu +R: Cleber Rosa <crosa@redhat.com> +R: Philippe Mathieu-Daudé <philmd@redhat.com> +R: Wainer dos Santos Moschetta <wainersm@redhat.com> +S: Odd Fixes +F: tests/acceptance/ + Documentation ------------- Build system architecture |