[PATCH i-g-t v4 06/25] tests/intel: Add tests to Compute subcategory

Kamil Konieczny kamil.konieczny at linux.intel.com
Tue Mar 19 17:59:51 UTC 2024


Hi Katarzyna,
On 2024-03-14 at 14:34:36 +0000, Katarzyna Piecielska wrote:
> Let's add to Compute subcategory:
>  - tests/intel/gem_compute.c
>  - tests/intel/gem_vm_create.c

gem_vm_create.c already has this category?

> 
> v2: Make Sub-category/Functionality/Feature unique values. (Kamil)
> 

In your 7th patch "Introduce GPGPU subcategory" there is:

+ * Sub-category: GPGPU
+ * Feature: compute

It is colliding with this patch,

Regards,
Kamil


> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
> Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
> ---
>  tests/intel/gem_compute.c         | 2 +-
>  tests/intel/gem_ctx_persistence.c | 2 +-
>  tests/intel/gem_vm_create.c       | 5 +++--
>  3 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/tests/intel/gem_compute.c b/tests/intel/gem_compute.c
> index 8d0214c4d..8bd9635ae 100644
> --- a/tests/intel/gem_compute.c
> +++ b/tests/intel/gem_compute.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Check compute-related functionality
>   * Category: Hardware building block
> - * Sub-category: compute
> + * Sub-category: Compute
>   * Test category: functionality test
>   * Run type: BAT
>   */
> diff --git a/tests/intel/gem_ctx_persistence.c b/tests/intel/gem_ctx_persistence.c
> index 3f10c0fa3..1c1476356 100644
> --- a/tests/intel/gem_ctx_persistence.c
> +++ b/tests/intel/gem_ctx_persistence.c
> @@ -47,7 +47,7 @@
>  #include "sw_sync.h"
>  /**
>   * TEST: gem ctx persistence
> - * Feature: context
> + * Feature: contexts
>   * Category: Server
>   * Functionality: context
>   * Sub-category: Compute
> diff --git a/tests/intel/gem_vm_create.c b/tests/intel/gem_vm_create.c
> index 8834c987f..12503c0e5 100644
> --- a/tests/intel/gem_vm_create.c
> +++ b/tests/intel/gem_vm_create.c
> @@ -30,10 +30,11 @@
>  /**
>   * TEST: gem vm create
>   * Category: Server
> - * Functionality: context management
> - * Run type: FULL
> + * Functionality: context
>   * Sub-category: Compute
> + * Feature: mapping
>   * Test category: GEM_Legacy
> + * Run type: FULL
>   *
>   * SUBTEST: create-ext
>   * Feature: mapping
> -- 
> 2.34.1
> 


More information about the igt-dev mailing list