[PATCH i-g-t] tests/xe_live_ktest: Add xe_bo_shrink subtest

Thomas Hellström thomas.hellstrom at linux.intel.com
Mon Dec 23 17:55:44 UTC 2024


On Mon, 2024-12-23 at 19:01 +0100, Nirmoy Das wrote:
> xe_bo_shrink_kunit, sub-dynamic test is now updated to be a subtest
> in the kernel so update this accordingly.
> 
> Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
> Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
> ---
>  tests/intel/xe_live_ktest.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/tests/intel/xe_live_ktest.c
> b/tests/intel/xe_live_ktest.c
> index 50af97ecc..164c90501 100644
> --- a/tests/intel/xe_live_ktest.c
> +++ b/tests/intel/xe_live_ktest.c
> @@ -16,6 +16,11 @@
>   *	being handled properly.
>   * Functionality: bo
>   *
> + * SUBTEST: xe_bo_shrink
> + * Description:
> + *	Kernel dynamic selftests to check BO swap path and shrinking
> path.
> + * Functionality: bo
> + *
>   * SUBTEST: xe_dma_buf
>   * Description: Kernel dynamic selftests for dmabuf functionality.
>   * Functionality: dmabuf test
> @@ -39,6 +44,7 @@
>  
>  static const char *live_tests[] = {
>  	"xe_bo",
> +	"xe_bo_shrink",
>  	"xe_dma_buf",
>  	"xe_migrate",
>  	"xe_mocs",

Reviewed-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>




More information about the igt-dev mailing list