[igt-dev] [PATCH i-g-t 2/5] scripts/test_list.py: don't add a blank description

Kamil Konieczny kamil.konieczny at linux.intel.com
Tue Nov 28 15:51:06 UTC 2023


Hi Mauro,
On 2023-11-28 at 11:48:57 +0100, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
> 
> At the first versions, it was assumed that a Description field
> would always exist. This is not true anymore.
> 
> Stop artificially creating one with an empty value by default.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

> Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Duplicate signature, please leave only one.

Regards,
Kamil

> ---
>  scripts/test_list.py | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/scripts/test_list.py b/scripts/test_list.py
> index 5ff2b18c2dd8..20377b708f83 100644
> --- a/scripts/test_list.py
> +++ b/scripts/test_list.py
> @@ -1270,7 +1270,6 @@ class TestList:
>                          self.doc[current_test]["subtest"][current_subtest][field] = self.doc[current_test][field]
>  
>                      self.doc[current_test]["subtest"][current_subtest]["_summary_"] = match.group(1)
> -                    self.doc[current_test]["subtest"][current_subtest]["Description"] = ''
>                      self.doc[current_test]["_subtest_line_"][current_subtest] = file_ln
>  
>                      if not arg_ref:
> -- 
> 2.42.0
> 


More information about the igt-dev mailing list