[igt-dev] [PATCH i-g-t v2 1/3] tests/intel/xe_live_ktest: document live kunit tests

Kamil Konieczny kamil.konieczny at linux.intel.com
Wed Dec 6 15:44:04 UTC 2023


Hi Mauro,
On 2023-12-06 at 15:39:37 +0100, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
> 
> Such tests were missing a description, as reported at build time:
> 
> 	Warning: igt at xe_live_ktest@bo Description documentation is missing
> 	Warning: igt at xe_live_ktest@dmabuf Description documentation is missing
> 	Warning: igt at xe_live_ktest@migrate Description documentation is missing
> 
> Document what they are meant to do.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>

Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

> ---
>  tests/intel/xe_live_ktest.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/tests/intel/xe_live_ktest.c b/tests/intel/xe_live_ktest.c
> index fe7b2e69f49b..7170a017c6b0 100644
> --- a/tests/intel/xe_live_ktest.c
> +++ b/tests/intel/xe_live_ktest.c
> @@ -10,12 +10,19 @@
>   * Test category: functionality test
>   *
>   * SUBTEST: bo
> + * Description:
> + *	Kernel dynamic selftests to check if GPU buffer objects are
> + *	being handled properly.
>   * Functionality: bo
>   *
>   * SUBTEST: dmabuf
> + * Description: Kernel dynamic selftests for dmabuf functionality.
>   * Functionality: dmabuf
>   *
>   * SUBTEST: migrate
> + * Description:
> + *	Kernel dynamic selftests to check if page table migrations
> + *	are working properly.
>   * Functionality: migrate
>   */
>  
> -- 
> 2.43.0
> 


More information about the igt-dev mailing list