From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5883B10E162 for ; Tue, 14 Mar 2023 11:41:42 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.252.14.106]) (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 77B11580BF2 for ; Tue, 14 Mar 2023 04:41:32 -0700 (PDT) Received: from maurocar by linux.intel.com with local (Exim 4.96) (envelope-from ) id 1pc322-002j49-1y for igt-dev@lists.freedesktop.org; Tue, 14 Mar 2023 12:41:30 +0100 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Tue, 14 Mar 2023 12:41:22 +0100 Message-Id: <20230314114127.649447-2-mauro.chehab@linux.intel.com> In-Reply-To: <20230314114127.649447-1-mauro.chehab@linux.intel.com> References: <20230314114127.649447-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 1/6] xe_test_config.json: do some adjustments at the output hierarchy 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 Place "Mega feature" inside the same hierarchical level, placing it on a higher level than sub-category, as this provides a higher level of group for functionalities. While here, better document the fields. Signed-off-by: Mauro Carvalho Chehab --- tests/xe/xe_test_config.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/tests/xe/xe_test_config.json b/tests/xe/xe_test_config.json index 6c474d6053f3..666fe6cd315c 100644 --- a/tests/xe/xe_test_config.json +++ b/tests/xe/xe_test_config.json @@ -4,27 +4,27 @@ "fields": { "Category": { "_properties_": { - "description": "Contains the major group for the tested functionality" + "description": "Contains the major group for the tested functionality, being hardware, software or firmware" }, - "Sub-category": { + "Mega feature": { "_properties_": { - "description": "Contains the minor group of the functionality" - }, - "Functionality": { - "_properties_": { - "description": "Groups page table tests per functionality" - } + "description": "Contains the mega feature for end to end use case, e. g. the 'sellable' feature." }, - "Run type": { + "Sub-category": { "_properties_": { - "description": "Defines what category of testlist it belongs" + "description": "Contains the the technical feature/functionality" + }, + "Functionality": { + "_properties_": { + "description": "Groups page table tests on buckets containg more detailed functionality" + } + }, + "Run type": { + "_properties_": { + "description": "Defines what category of testlist it belongs" + } } } - }, - "Mega feature": { - "_properties_": { - "description": "Contains the mega feature for E2E use case" - } } }, "Test category": { -- 2.39.2