summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatarzyna Piecielska <katarzyna.piecielska@intel.com>2024-04-24 08:05:32 +0000
committerKamil Konieczny <kamil.konieczny@linux.intel.com>2024-04-24 17:48:26 +0200
commitdd19b357bcfb4abfcc5c881186465e580cddc903 (patch)
tree40524dd2c2532864dbdbddfd5f05678e6d825bc1
parent3d62bb781d159a9ad4aa9c380c4830f7e76ceeed (diff)
tests/intel: Put "Run type" highest in KMS documentation hierarchy
Let's put "Run type" at highest place in KMS documentation hierarchy. It will be reflected in html generated documentation. v2: move only required fields under 'Run type' Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com> Cc: Kamil Konieczny <kamil.konieczny@intel.com> Cc: Jari Tahvanainen <jari.tahvanainen@intel.com> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com> Acked-by: Mauro Carvalho Chehab <mchehab@kernel.org>
-rw-r--r--tests/intel/kms_test_config.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
index f3f6bfad6..7c37c831b 100644
--- a/tests/intel/kms_test_config.json
+++ b/tests/intel/kms_test_config.json
@@ -6,39 +6,39 @@
"exclude_files": [ "../chamelium/kms_chamelium_helper.c", "../kms_color_helper.c",
"kms_dsc_helper.c" ],
"fields": {
- "Category": {
+ "Run type": {
"_properties_": {
- "description": "Contains the major group for the tested functionality 'Display'"
- },
- "Mega feature": {
- "_properties_": {
- "description": "Contains the mega feature for end to end use case, e.g. the 'PSR' feature."
- },
- "Functionality": {
- "_properties_": {
- "description": "Groups tests on buckets containg more detailed functionality"
- }
- }
- },
- "Run type": {
- "_properties_": {
- "description": "Defines what category of testlist it belongs",
- "update-from-file": {
- "append-value-if-not-excluded": "Xe FULL, i915 FULL",
- "exclude-type": "regex-ignorecase",
- "include": [
- { "i915 BAT": "../intel-ci/fast-feedback.testlist" },
- { "i915 BAT chamelium": "../intel-ci/fast-feedback-chamelium-only.testlist" },
- { "i915 chamelium": "../intel-ci/chamelium-only.testlist" },
+ "description": "Defines what category of testlist it belongs",
+ "update-from-file": {
+ "append-value-if-not-excluded": "Xe FULL, i915 FULL",
+ "exclude-type": "regex-ignorecase",
+ "include": [
+ { "i915 BAT": "../intel-ci/fast-feedback.testlist" },
+ { "i915 BAT chamelium": "../intel-ci/fast-feedback-chamelium-only.testlist" },
+ { "i915 chamelium": "../intel-ci/chamelium-only.testlist" },
- { "Xe BAT": "../intel-ci/xe-fast-feedback.testlist" },
- { "Xe BAT chamelium": "../intel-ci/xe-fast-feedback-chamelium-only.testlist" }
- ],
- "exclude": [
- { "i915 BAT, i915 BAT chamelium, i915 chamelium, i915 FULL": "../intel-ci/blacklist.txt" },
+ { "Xe BAT": "../intel-ci/xe-fast-feedback.testlist" },
+ { "Xe BAT chamelium": "../intel-ci/xe-fast-feedback-chamelium-only.testlist" }
+ ],
+ "exclude": [
+ { "i915 BAT, i915 BAT chamelium, i915 chamelium, i915 FULL": "../intel-ci/blacklist.txt" },
{ "Xe BAT, Xe BAT chamelium, Xe FULL": "../intel-ci/xe.blocklist.txt" }
]
}
+ },
+ "Category": {
+ "_properties_": {
+ "description": "Contains the major group for the tested functionality 'Display'"
+ },
+ "Mega feature": {
+ "_properties_": {
+ "description": "Contains the mega feature for end to end use case, e.g. the 'PSR' feature."
+ },
+ "Functionality": {
+ "_properties_": {
+ "description": "Groups tests on buckets containg more detailed functionality"
+ }
+ }
}
}
},