All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests
@ 2020-06-05 16:56 Philippe Mathieu-Daudé
  2020-06-16 17:04 ` Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-06-05 16:56 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé,
	Eduardo Habkost, Wainer dos Santos Moschetta, Cleber Rosa

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>
---
 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 <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
-- 
2.21.3



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests
  2020-06-05 16:56 [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests Philippe Mathieu-Daudé
@ 2020-06-16 17:04 ` Philippe Mathieu-Daudé
  2020-06-16 17:12 ` Eduardo Habkost
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-06-16 17:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Eduardo Habkost, Wainer dos Santos Moschetta, Cleber Rosa

On 6/5/20 6:56 PM, Philippe Mathieu-Daudé wrote:
> 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>
> ---
>  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 <crosa@redhat.com>
> +R: Philippe Mathieu-Daudé <philmd@redhat.com>
> +R: Wainer dos Santos Moschetta <wainersm@redhat.com>
> +S: Odd Fixes
> +F: tests/acceptance/

Ping...? Please Nack if you don't want to be included.

> +
>  Documentation
>  -------------
>  Build system architecture
> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests
  2020-06-05 16:56 [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests Philippe Mathieu-Daudé
  2020-06-16 17:04 ` Philippe Mathieu-Daudé
@ 2020-06-16 17:12 ` Eduardo Habkost
  2020-06-17 14:01 ` Cleber Rosa
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Eduardo Habkost @ 2020-06-16 17:12 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-devel, Wainer dos Santos Moschetta, Cleber Rosa

On Fri, Jun 05, 2020 at 06:56:56PM +0200, Philippe Mathieu-Daudé wrote:
> 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>

Thank you very much for volunteering!

Acked-by: Eduardo Habkost <ehabkost@redhat.com>

> ---
>  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 <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
> -- 
> 2.21.3
> 

-- 
Eduardo



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests
  2020-06-05 16:56 [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests Philippe Mathieu-Daudé
  2020-06-16 17:04 ` Philippe Mathieu-Daudé
  2020-06-16 17:12 ` Eduardo Habkost
@ 2020-06-17 14:01 ` Cleber Rosa
  2020-06-19 17:37 ` Philippe Mathieu-Daudé
  2020-07-24  8:45 ` Alex Bennée
  4 siblings, 0 replies; 7+ messages in thread
From: Cleber Rosa @ 2020-06-17 14:01 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-devel, Wainer dos Santos Moschetta, Eduardo Habkost

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

On Fri, Jun 05, 2020 at 06:56:56PM +0200, Philippe Mathieu-Daudé wrote:
> 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>
> ---

Thanks for this!

Acked-by: Cleber Rosa <crosa@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests
  2020-06-05 16:56 [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests Philippe Mathieu-Daudé
                   ` (2 preceding siblings ...)
  2020-06-17 14:01 ` Cleber Rosa
@ 2020-06-19 17:37 ` Philippe Mathieu-Daudé
  2020-07-24  8:45 ` Alex Bennée
  4 siblings, 0 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-06-19 17:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: Eduardo Habkost, Wainer dos Santos Moschetta, Cleber Rosa

On 6/5/20 6:56 PM, Philippe Mathieu-Daudé wrote:
> 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>
> ---
>  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 <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
> 

Eh I already sent a similar patch... [1].

Considering Wainer reply in [2], patch applied to my python-next tree:
https://gitlab.com/philmd/qemu/commits/python-next

[1] https://www.mail-archive.com/qemu-devel@nongnu.org/msg675105.html
[2] https://www.mail-archive.com/qemu-devel@nongnu.org/msg675698.html



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests
  2020-06-05 16:56 [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests Philippe Mathieu-Daudé
                   ` (3 preceding siblings ...)
  2020-06-19 17:37 ` Philippe Mathieu-Daudé
@ 2020-07-24  8:45 ` Alex Bennée
  2020-07-24  9:42   ` Philippe Mathieu-Daudé
  4 siblings, 1 reply; 7+ messages in thread
From: Alex Bennée @ 2020-07-24  8:45 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-devel, Eduardo Habkost, Wainer dos Santos Moschetta, Cleber Rosa


Philippe Mathieu-Daudé <philmd@redhat.com> 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é <philmd@redhat.com>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  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 <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


-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests
  2020-07-24  8:45 ` Alex Bennée
@ 2020-07-24  9:42   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-07-24  9:42 UTC (permalink / raw)
  To: Alex Bennée
  Cc: qemu-devel, Eduardo Habkost, Wainer dos Santos Moschetta, Cleber Rosa

On 7/24/20 10:45 AM, Alex Bennée wrote:
> 
> Philippe Mathieu-Daudé <philmd@redhat.com> 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é <philmd@redhat.com>
> 
> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

Thanks, but the v2 has already been merged (commit 6634f1c43d).
https://www.mail-archive.com/qemu-devel@nongnu.org/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 <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
> 
> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-24  9:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-05 16:56 [PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests Philippe Mathieu-Daudé
2020-06-16 17:04 ` Philippe Mathieu-Daudé
2020-06-16 17:12 ` Eduardo Habkost
2020-06-17 14:01 ` Cleber Rosa
2020-06-19 17:37 ` Philippe Mathieu-Daudé
2020-07-24  8:45 ` Alex Bennée
2020-07-24  9:42   ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.