On 29/01/2020 22.23, Philippe Mathieu-Daudé wrote: > 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. > > Since Eduardo, Cleber and Philippe have been reviewing the patches > on the list, add them as reviewers. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > Cc: Wainer dos Santos Moschetta <waine...@redhat.com> > Wainer do you want to be listed? > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index efd3f3875f..4a3cc3f137 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2733,6 +2733,12 @@ S: Maintained > F: tests/tcg/Makefile > F: tests/tcg/Makefile.include > > +Acceptance Tests > +R: Eduardo Habkost <ehabk...@redhat.com> > +R: Cleber Rosa <cr...@redhat.com> > +R: Philippe Mathieu-Daudé <phi...@redhat.com> > +F: tests/acceptance/
Many files under tests/acceptance/ are not covered by a maintainer at all, e.g.: $ scripts/get_maintainer.pl -f tests/acceptance/boot_linux_console.py get_maintainer.pl: No maintainers found, printing recent contributors. ... so I think it would be good to have someone who feels at least a little bit responsible to do the maintainers work here and picks up patches to put them into a pull request. Any volunteers? Thomas