[PATCH 2/2] MAINTAINERS: fix functional tests section

Vladimir Sementsov-Ogievskiy posted 2 patches 1 day, 18 hours ago
Maintainers: Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>
[PATCH 2/2] MAINTAINERS: fix functional tests section
Posted by Vladimir Sementsov-Ogievskiy 1 day, 18 hours ago
Without "S: Maintained", ./scripts/get_maintainer.pl shows "unknown"
role instead of "maintainer" for "M: " entry, it's confusing. I really
hope that functional tests are maintained:)

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index f33f95ceea..27e5e93d2a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4408,6 +4408,7 @@ Functional testing framework
 M: Thomas Huth <thuth@redhat.com>
 R: Philippe Mathieu-Daudé <philmd@linaro.org>
 R: Daniel P. Berrange <berrange@redhat.com>
+S: Maintained
 F: docs/devel/testing/functional.rst
 F: scripts/clean_functional_cache.py
 F: tests/functional/qemu_test/
-- 
2.48.1


Re: [PATCH 2/2] MAINTAINERS: fix functional tests section
Posted by Thomas Huth 5 hours ago
On 25/10/2025 18.58, Vladimir Sementsov-Ogievskiy wrote:
> Without "S: Maintained", ./scripts/get_maintainer.pl shows "unknown"
> role instead of "maintainer" for "M: " entry, it's confusing. I really
> hope that functional tests are maintained:)
> 
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f33f95ceea..27e5e93d2a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4408,6 +4408,7 @@ Functional testing framework
>   M: Thomas Huth <thuth@redhat.com>
>   R: Philippe Mathieu-Daudé <philmd@linaro.org>
>   R: Daniel P. Berrange <berrange@redhat.com>
> +S: Maintained
>   F: docs/devel/testing/functional.rst
>   F: scripts/clean_functional_cache.py
>   F: tests/functional/qemu_test/

Ooops, thanks for catching it!

Reviewed-by: Thomas Huth <thuth@redhat.com>