summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatarzyna Piecielska <katarzyna.piecielska@intel.com>2024-04-24 08:05:33 +0000
committerKamil Konieczny <kamil.konieczny@linux.intel.com>2024-04-24 17:48:26 +0200
commit848c0da6b352b146817eeb5bd9ae8cd96cd459db (patch)
tree5e43130fa8ad2e6369e3db5d1779a92e950cf83d
parentdd19b357bcfb4abfcc5c881186465e580cddc903 (diff)
tests/intel: Put "Run type" highest in i915 documentation hierarchy
Let's put "Run type" at highest place in i915 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/i915_test_config.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
index 61638a4f1..f51ae2a55 100644
--- a/tests/intel/i915_test_config.json
+++ b/tests/intel/i915_test_config.json
@@ -16,51 +16,51 @@
"exclude_files": [ "kms_*", "gem_concurrent_all.c", "gem_concurrent_blit.c",
"xe_*" ],
"fields": {
- "Category": {
+ "Run type": {
"_properties_": {
"mandatory": true,
- "description": "Contains the major group for the tested functionality, being hardware, software or firmware"
+ "description": "Defines what category of testlist it belongs",
+ "default-testlist": "FULL",
+ "update-from-file": {
+ "exclude-type": "regex-ignorecase",
+ "append-value-if-not-excluded": "i915 FULL",
+ "include": [
+ { "i915 BAT": "../intel-ci/fast-feedback.testlist" }
+ ],
+ "exclude": [
+ { "all": "../intel-ci/blacklist.txt" }
+ ]
+ },
+ "order": [
+ "boot",
+ "__all__",
+ "kunit"
+ ]
},
- "Mega feature": {
+ "Category": {
"_properties_": {
- "description": "Contains the mega feature for end to end use case, e. g. the 'sellable' feature."
+ "mandatory": true,
+ "description": "Contains the major group for the tested functionality, being hardware, software or firmware"
},
- "Sub-category": {
+ "Mega feature": {
"_properties_": {
- "mandatory": true,
- "description": "Contains the technical feature/functionality"
+ "description": "Contains the mega feature for end to end use case, e. g. the 'sellable' feature."
},
- "Functionality": {
+ "Sub-category": {
"_properties_": {
"mandatory": true,
- "description": "Groups page table tests on buckets containg more detailed functionality"
+ "description": "Contains the technical feature/functionality"
},
- "Feature": {
+ "Functionality": {
"_properties_": {
- "description": "Describes the lowest level feature bucket"
- }
- }
- },
- "Run type": {
- "_properties_": {
- "mandatory": true,
- "description": "Defines what category of testlist it belongs",
- "default-testlist": "FULL",
- "update-from-file": {
- "exclude-type": "regex-ignorecase",
- "append-value-if-not-excluded": "i915 FULL",
- "include": [
- { "i915 BAT": "../intel-ci/fast-feedback.testlist" }
- ],
- "exclude": [
- { "all": "../intel-ci/blacklist.txt" }
- ]
+ "mandatory": true,
+ "description": "Groups page table tests on buckets containg more detailed functionality"
},
- "order": [
- "boot",
- "__all__",
- "kunit"
- ]
+ "Feature": {
+ "_properties_": {
+ "description": "Describes the lowest level feature bucket"
+ }
+ }
}
}
}