[igt-dev] [PATCH i-g-t 2/6] kms_test_config.json: add a name for the KMS Intel testset
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Mon May 22 14:21:57 UTC 2023
From: Mauro Carvalho Chehab <mchehab at kernel.org>
Instead of inferring the name automatically, which is broken on this
case, as it would use "Tests" place it at the file.
Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
tests/kms_test_config.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/kms_test_config.json b/tests/kms_test_config.json
index d2d6357d1bc7..5fbe40bdc487 100644
--- a/tests/kms_test_config.json
+++ b/tests/kms_test_config.json
@@ -1,5 +1,6 @@
{
"description": "JSON file to be used to parse KMS documentation",
+ "name": "Display and KMS Tests for Intel i915 and Xe Drivers",
"files": [ "chamelium/kms_*.c", "i915/kms_*.c", "kms_*.c" ],
"fields": {
"Category": {
--
2.40.1
More information about the igt-dev
mailing list