[igt-dev] [PATCH i-g-t] xe/xe_test_config.json: add core_hotunplug.c to Xe tests

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Thu Jun 22 11:41:14 UTC 2023


From: Mauro Carvalho Chehab <mchehab at kernel.org>

Changeset 9dd259184050 ("intel-ci/xe-fast-feedback.testlist: Add core hotunplug test")
added a core test to Xe without placing it at the documentation.

Fixes: 9dd259184050 ("intel-ci/xe-fast-feedback.testlist: Add core hotunplug test")
Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
 tests/xe/xe_test_config.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tests/xe/xe_test_config.json b/tests/xe/xe_test_config.json
index e89f998bc66b..08c39de74384 100644
--- a/tests/xe/xe_test_config.json
+++ b/tests/xe/xe_test_config.json
@@ -1,7 +1,7 @@
 {
     "description": "JSON file to be used to parse Xe documentation",
     "name": "Tests for Xe Driver",
-    "files": [ "xe_*.c" ],
+    "files": [ "xe_*.c", "../core_hotunplug.c" ],
     "fields": {
         "Category": {
             "_properties_": {
@@ -18,6 +18,11 @@
                     "Functionality": {
                         "_properties_": {
                             "description": "Groups page table tests on buckets containg more detailed functionality"
+                        },
+                        "Feature": {
+                            "_properties_": {
+                                "description": "Describes the lowest level feature bucket"
+                            }
                         }
                     },
                     "Run type": {
-- 
2.40.1



More information about the igt-dev mailing list