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

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Tue Nov 28 10:48:57 UTC 2023


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