[igt-dev] [PATCH i-g-t, v2] i915/i915_getparams_basic: Added test description for test case

Kamil Konieczny kamil.konieczny at linux.intel.com
Fri Feb 18 13:34:41 UTC 2022


Hi Apoorva,

Dnia 2022-02-16 at 10:46:36 +0530, apoorva1.singh at intel.com napisał(a):
> From: Apoorva Singh <apoorva1.singh at intel.com>
> 
> Added test description to all the available subtests.
> 
> v2: Rebase
> 
> Cc: Melkaveri, Arjun <arjun.melkaveri at intel.com>
> Signed-off-by: Apoorva Singh <apoorva1.singh at intel.com>
> ---
>  tests/i915/i915_getparams_basic.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/i915/i915_getparams_basic.c b/tests/i915/i915_getparams_basic.c
> index 09b38d8a..5422d585 100644
> --- a/tests/i915/i915_getparams_basic.c
> +++ b/tests/i915/i915_getparams_basic.c
> @@ -153,9 +153,11 @@ igt_main
>  		init();
>  	}
>  
> +	igt_describe("Examine the export of SUBSLICE_TOTAL parameter");
>  	igt_subtest("basic-subslice-total")
>  		subslice_total();
>  
> +	igt_describe("Examine the export of EU_TOTAL parameter");
>  	igt_subtest("basic-eu-total")
>  		eu_total();
>  }
> -- 
> 2.25.1
> 
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

Regards,
Kamil



More information about the igt-dev mailing list