summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@kernel.org>2024-04-25 10:48:00 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2024-04-25 12:05:31 +0200
commit3e1032fcee45ebaf14322fe33af9a993c7b9d46e (patch)
tree30e90004d94be95acb0aa9c63e6a5c72edb017fe
parent1cb43cf4d41d0c508312ee4d661b7965068fe296 (diff)
tests/intel/*.json: remove some uneeded whitespaces
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@kernel.org> Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
-rw-r--r--tests/intel/i915_test_config.json4
-rw-r--r--tests/intel/kms_test_config.json2
-rw-r--r--tests/intel/xe_test_config.json4
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
index f51ae2a55..26e472152 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 5c8db82df..bca3b250f 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 f88883414..3775e63fc 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."