[igt-dev] [i-g-t V6 56/81] tests/kms_panel_fitting: Document each subtest for testplan

Sharma, Swati2 swati2.sharma at intel.com
Mon Aug 14 06:29:36 UTC 2023


LGTM
Reviewed-by: Swati Sharma <swati2.sharma at intel.com>

On 12-Aug-23 12:16 AM, Bhanuprakash Modem wrote:
> Add documentation for all kms tests which is used by IGT testplan
> documentation.
> 
> V2: - Fix the functionality
> 
> Cc: Swati Sharma <swati2.sharma at intel.com>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> ---
>   tests/kms_panel_fitting.c | 21 +++++++++++++++++++++
>   1 file changed, 21 insertions(+)
> 
> diff --git a/tests/kms_panel_fitting.c b/tests/kms_panel_fitting.c
> index ae1c65928..49a5d0940 100644
> --- a/tests/kms_panel_fitting.c
> +++ b/tests/kms_panel_fitting.c
> @@ -26,6 +26,27 @@
>   #include <limits.h>
>   #include <math.h>
>   #include <sys/stat.h>
> +/**
> + * TEST: kms panel fitting
> + * Category: Display
> + * Description: Test display panel fitting
> + *
> + * SUBTEST: atomic-fastset
> + * Description: Tests panel fitting usages with atomic fastset.
> + * Driver requirement: any
> + * Functionality: eDP, panel_fitting, scaling
> + * Mega feature: General Display Features
> + * Run type: FULL
> + * Test category: functionality test
> + *
> + * SUBTEST: legacy
> + * Description: Tests panel fitting usages with legacy style commit.
> + * Driver requirement: any
> + * Functionality: eDP, panel_fitting, scaling
> + * Mega feature: General Display Features
> + * Run type: FULL
> + * Test category: functionality test
> + */
>   
>   IGT_TEST_DESCRIPTION("Test display panel fitting");
>   


More information about the igt-dev mailing list