[PATCH i-g-t 1/1] tests/intel: Put multiGPU tests in MultiGPU subcategory

Katarzyna Piecielska katarzyna.piecielska at intel.com
Thu Apr 25 14:24:12 UTC 2024


Some of multiGPU tests were having CMD submission subcategory. Let's fix
that and have all multiGPU tests in one subcategory.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
Cc: Aditya Chauhan <aditya.chauhan at intel.com>
---
 tests/intel/xe_create.c     | 1 +
 tests/intel/xe_exec_basic.c | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c
index 6ea5ad38b..8d1db9896 100644
--- a/tests/intel/xe_create.c
+++ b/tests/intel/xe_create.c
@@ -250,6 +250,7 @@ static void create_execqueues(int fd, enum exec_queue_destroy ed,
  *              buffer sizes.
  *
  * SUBTEST: multigpu-create-massive-size
+ * Sub-category: MultiGPU
  * Functionality: ioctl
  * Test category: functionality test
  * Feature: multigpu
diff --git a/tests/intel/xe_exec_basic.c b/tests/intel/xe_exec_basic.c
index 5210e6730..cc2d2b8b6 100644
--- a/tests/intel/xe_exec_basic.c
+++ b/tests/intel/xe_exec_basic.c
@@ -57,14 +57,17 @@
  *
  * SUBTEST: multigpu-once-%s
  * Description: Run %arg[1] test only once on multiGPU
+ * Sub-category: MultiGPU
  * Test category: functionality test
  *
  * SUBTEST: multigpu-many-execqueues-many-vm-%s
  * Description: Run %arg[1] test on many exec_queues and many VMs on multiGPU
+ * Sub-category: MultiGPU
  * Test category: stress test
  *
  * SUBTEST: multigpu-no-exec-%s
  * Description: Run no-exec %arg[1] test on multiGPU
+ * Sub-category: MultiGPU
  * Test category: functionality test
  *
  * arg[1]:
-- 
2.34.1



More information about the igt-dev mailing list