[PATCH v2 i-g-t] tests/intel/xe_compute: Add test documentation to reflect proper category
aditya.chauhan at intel.com
aditya.chauhan at intel.com
Thu Jan 23 13:24:38 UTC 2025
From: "Chauhan, Aditya" <aditya.chauhan at intel.com>
Add subcategory to the test description so that
the tests fall under the right category/feature
v1: Add Mega-feature for the subtests (Kasia)
Signed-off-by: Chauhan, Aditya <aditya.chauhan at intel.com>
Cc: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
Cc: Jari Tahvanainen <jari.tahvanainen at intel.com>
---
tests/intel/xe_compute.c | 2 ++
tests/intel/xe_compute_preempt.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
index ebaa5e750..62beb24dc 100644
--- a/tests/intel/xe_compute.c
+++ b/tests/intel/xe_compute.c
@@ -163,10 +163,12 @@ test_compute_kernel_with_ccs_mode(int num_gt)
/**
* SUBTEST: compute-square
+ * Sub-category: Compute square tests
* GPU requirement: TGL, PVC, LNL
* Description:
* Run an openCL Kernel that returns output[i] = input[i] * input[i],
* for an input dataset..
+ * Mega feature: WMTP
* Functionality: OpenCL kernel
*/
static void
diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
index 9c76141f4..7ce5c595a 100644
--- a/tests/intel/xe_compute_preempt.c
+++ b/tests/intel/xe_compute_preempt.c
@@ -6,7 +6,7 @@
/**
* TEST: Check compute-related preemption functionality
* Category: Core
- * Mega feature: Compute
+ * Mega feature: WMTP
* Sub-category: Compute tests
* Functionality: OpenCL kernel
* Test category: functionality test
--
2.34.1
More information about the igt-dev
mailing list