From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4430A10E6E6 for ; Fri, 11 Aug 2023 18:54:33 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Sat, 12 Aug 2023 00:15:35 +0530 Message-Id: <20230811184655.157060-2-bhanuprakash.modem@intel.com> In-Reply-To: <20230811184655.157060-1-bhanuprakash.modem@intel.com> References: <20230811184655.157060-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V6 01/81] testplan/kms: Keep category as high level entity List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Update kms testplan to keep the category as high level entity. Cc: Mauro Carvalho Chehab Signed-off-by: Bhanuprakash Modem --- tests/kms_test_config.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/kms_test_config.json b/tests/kms_test_config.json index 5fbe40bdc..447a13337 100644 --- a/tests/kms_test_config.json +++ b/tests/kms_test_config.json @@ -6,21 +6,21 @@ "Category": { "_properties_": { "description": "Contains the major group for the tested functionality 'Display'" - } - }, - "Mega feature": { - "_properties_": { - "description": "Contains the mega feature for end to end use case, e.g. the 'PSR' feature." }, - "Functionality": { + "Mega feature": { "_properties_": { - "description": "Groups tests on buckets containg more detailed functionality" + "description": "Contains the mega feature for end to end use case, e.g. the 'PSR' feature." + }, + "Functionality": { + "_properties_": { + "description": "Groups tests on buckets containg more detailed functionality" + } + } + }, + "Run type": { + "_properties_": { + "description": "Defines what category of testlist it belongs" } - } - }, - "Run type": { - "_properties_": { - "description": "Defines what category of testlist it belongs" } }, "Test category": { -- 2.40.0