From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 218A810E4F9 for ; Tue, 5 Sep 2023 13:02:31 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 5 Sep 2023 18:23:51 +0530 Message-Id: <20230905125356.1659246-3-bhanuprakash.modem@intel.com> In-Reply-To: <20230905125356.1659246-1-bhanuprakash.modem@intel.com> References: <20230905125356.1659246-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V2 2/7] tests/intel/kms_pm_backlight: Fix testplan documentation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: As kms_pm_backlight is moved to display, update the test documentation according to the kms testplan kms_test_config.json Cc: Swati Sharma Signed-off-by: Bhanuprakash Modem --- tests/intel/kms_pm_backlight.c | 40 +++++++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/tests/intel/kms_pm_backlight.c b/tests/intel/kms_pm_backlight.c index eca385518..7a2a4e06f 100644 --- a/tests/intel/kms_pm_backlight.c +++ b/tests/intel/kms_pm_backlight.c @@ -16,29 +16,49 @@ #include "igt_device.h" #include "igt_device_scan.h" /** - * TEST: i915 pm backlight + * TEST: kms pm backlight + * Category: Display * Description: Basic backlight sysfs test - * Feature: backlight * * SUBTEST: bad-brightness - * Description: test the bad brightness. + * Description: Test the bad brightness. + * Driver requirement: i915 + * Functionality: backlight + * Mega feature: Display Power * Run type: FULL + * Test category: functionality test * * SUBTEST: basic-brightness - * Description: test the basic brightness. + * Description: Test the basic brightness. + * Driver requirement: i915 + * Functionality: backlight + * Mega feature: Display Power * Run type: BAT + * Test category: functionality test * * SUBTEST: fade - * Description: test basic fade. - * Run type: FULL + * Description: Test basic fade. + * Driver requirement: i915 + * Functionality: backlight + * Mega feature: Display Power + * Run type: BAT + * Test category: functionality test * * SUBTEST: fade-with-dpms - * Description: test the fade with DPMS. - * Run type: FULL + * Description: Test the fade with DPMS. + * Driver requirement: i915 + * Functionality: dpms, backlight + * Mega feature: Display Power + * Run type: BAT + * Test category: functionality test * * SUBTEST: fade-with-suspend - * Description: test the fade with suspend. - * Run type: FULL + * Description: Test the fade with suspend. + * Driver requirement: i915 + * Functionality: backlight, suspend + * Mega feature: Display Power + * Run type: BAT + * Test category: functionality test */ struct context { -- 2.40.0