From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id B4E5310E10F for ; Tue, 21 Feb 2023 08:36:00 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.252.8.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id AF604580DBB for ; Tue, 21 Feb 2023 00:35:46 -0800 (PST) Received: from maurocar by linux.intel.com with local (Exim 4.96) (envelope-from ) id 1pUO7k-004WwV-23 for igt-dev@lists.freedesktop.org; Tue, 21 Feb 2023 09:35:44 +0100 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Tue, 21 Feb 2023 09:35:34 +0100 Message-Id: <20230221083541.1079643-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/7] Improve scripts/igt_doc.py script List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab Make the script more generic by allowing it to get the actual fields from a config file, produce hierarchical output and sort/filter fields when showing subtests. Mauro Carvalho Chehab (7): scripts/igt_doc.py: beautify its code scripts/igt_doc.py: add JSON file output scripts/igt_doc.py: dynamically create fields array from a JSON file scripts/igt_doc.py: add support to specify numeric values scripts/igt_doc.py: add support to produce hierarchical output scripts/igt_doc.py: improve --show-subtests logic scripts/igt_doc.py: add error handler for subprocess scripts/igt_doc.py | 567 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 502 insertions(+), 65 deletions(-) -- 2.39.2