[PATCH i-g-t] intel/xe_test_config.json: add intel_sysfs_debugfs
Kamil Konieczny
kamil.konieczny at linux.intel.com
Tue Apr 22 17:11:25 UTC 2025
Add missing intel_sysfs_debugfs, after a unify it was missing
in testlist generated for Xe.
Fixes: 68f75d1dd410 ("tests/intel/intel_sysfs_debugfs Unify sysfs and debugfs testing")
Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
Cc: Gandi Ramadevi <ramadevi.gandi at intel.com>
Cc: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
Cc: Peter Senna Tschudin <peter.senna at linux.intel.com>
Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
tests/intel/xe_test_config.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
index 4556025f7..b33485c96 100644
--- a/tests/intel/xe_test_config.json
+++ b/tests/intel/xe_test_config.json
@@ -2,7 +2,7 @@
"description": "JSON file to be used to parse Xe documentation",
"name": "Tests for Xe Driver",
"drivers": [ "xe" ],
- "files": [ "xe_*.c", "../core_*.c", "../sriov_basic.c", "intel_hwmon.c" ],
+ "files": [ "xe_*.c", "../core_*.c", "../sriov_basic.c", "intel_hwmon.c", "intel_sysfs_debugfs.c" ],
"fields": {
"Run type": {
"_properties_": {
--
2.49.0
More information about the igt-dev
mailing list