On 7/24/20 10:45 AM, Alex Bennée wrote: > > Philippe Mathieu-Daudé <[email protected]> writes: > >> 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é <[email protected]> > > Reviewed-by: Alex Bennée <[email protected]>
Thanks, but the v2 has already been merged (commit 6634f1c43d). https://www.mail-archive.com/[email protected]/msg675105.html > >> --- >> MAINTAINERS | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 3e7d9cb0a5..c2ae2bf390 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -2923,6 +2923,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 <[email protected]> >> +R: Philippe Mathieu-Daudé <[email protected]> >> +R: Wainer dos Santos Moschetta <[email protected]> >> +S: Odd Fixes >> +F: tests/acceptance/ >> + >> Documentation >> ------------- >> Build system architecture > >
