[PATCH i-g-t 2/2] tests/intel/*.json: remove some uneeded whitespaces
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Thu Apr 25 08:49:23 UTC 2024
From: Mauro Carvalho Chehab <mchehab at kernel.org>
To make the file more uniform, remove some extra whitespaces
after a couple of field names at those files.
Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
tests/intel/i915_test_config.json | 4 ++--
tests/intel/kms_test_config.json | 2 +-
tests/intel/xe_test_config.json | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
index f51ae2a55bdd..26e47215248d 100644
--- a/tests/intel/i915_test_config.json
+++ b/tests/intel/i915_test_config.json
@@ -91,7 +91,7 @@
"description": "Describes any GPU-specific requrirement, like requiring multi-tiles."
}
},
- "Depends on" : {
+ "Depends on": {
"_properties_": {
"description": "List other subtests that are required to not be skipped before calling this one."
}
@@ -101,7 +101,7 @@
"description": "Point to known missing features at the test or subtest."
}
},
- "Description" : {
+ "Description": {
"_properties_": {
"description": "Provides a description for the test/subtest."
}
diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
index 5c8db82dfc73..bca3b250fffb 100644
--- a/tests/intel/kms_test_config.json
+++ b/tests/intel/kms_test_config.json
@@ -52,7 +52,7 @@
"description": "Defines the test category. Usually used at subtest level."
}
},
- "Description" : {
+ "Description": {
"_properties_": {
"description": "Provides a description for the test/subtest."
}
diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
index f8888341475a..3775e63fc65e 100644
--- a/tests/intel/xe_test_config.json
+++ b/tests/intel/xe_test_config.json
@@ -79,7 +79,7 @@
"description": "Describes any GPU-specific requrirement, like requiring multi-tiles."
}
},
- "Depends on" : {
+ "Depends on": {
"_properties_": {
"description": "List other subtests that are required to not be skipped before calling this one."
}
@@ -89,7 +89,7 @@
"description": "Point to known missing features at the test or subtest."
}
},
- "Description" : {
+ "Description": {
"_properties_": {
"mandatory": true,
"description": "Provides a description for the test/subtest."
--
2.44.0
More information about the igt-dev
mailing list