[igt-dev] [PATCH i-g-t 3/6] i915_test_config.json: add a driver name

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Mon May 22 14:21:58 UTC 2023


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

Instead of inferring the name automatically, place it at the file.

Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
 tests/i915/i915_test_config.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/i915/i915_test_config.json b/tests/i915/i915_test_config.json
index 812cb73b9f52..cc632f0d7cd5 100644
--- a/tests/i915/i915_test_config.json
+++ b/tests/i915/i915_test_config.json
@@ -1,5 +1,6 @@
 {
     "description": "JSON file to be used to parse i915 documentation",
+    "name": "Tests for i915 Driver",
     "files": [ "*.c", "../core_auth.c", "../core_getclient.c",
                "../core_getstats.c", "../core_getversion.c",
                "../core_hotunplug.c", "../core_setmaster.c",
-- 
2.40.1



More information about the igt-dev mailing list