From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3E9E110E3E0 for ; Thu, 29 Jun 2023 14:55:31 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Thu, 29 Jun 2023 20:17:50 +0530 Message-Id: <20230629144910.3055377-2-bhanuprakash.modem@intel.com> In-Reply-To: <20230629144910.3055377-1-bhanuprakash.modem@intel.com> References: <20230629144910.3055377-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [V5 i-g-t 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. 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