summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJari Tahvanainen <jari.tahvanainen@intel.com>2024-02-16 16:52:07 +0100
committerKamil Konieczny <kamil.konieczny@linux.intel.com>2024-02-19 17:13:48 +0100
commit6fb001a597e9a05f4096093bd84d1e357cdb7b0d (patch)
treef6272640be55be284079fd6463180af0f1f01398 /tests
parent21e9f1e4974d3f5b3b89b01b23bd1a6d21a6b2b1 (diff)
tests/intel/i915_test_config: align JSON documentation with xe
Restructure i915 JSON to align with Xe. Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Signed-off-by: Jari Tahvanainen <jari.tahvanainen@intel.com> Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/intel/i915_test_config.json45
1 files changed, 32 insertions, 13 deletions
diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
index ad59677f8..b09f4244e 100644
--- a/tests/intel/i915_test_config.json
+++ b/tests/intel/i915_test_config.json
@@ -16,33 +16,52 @@
"exclude_files": [ "kms_*", "gem_concurrent_all.c", "gem_concurrent_blit.c",
"xe_*" ],
"fields": {
- "Mega feature": {
+ "Category": {
+ "_properties_": {
+ "mandatory": true,
+ "description": "Contains the major group for the tested functionality, being hardware, software or firmware"
+ },
+ "Mega feature": {
"_properties_": {
"description": "Contains the mega feature for end to end use case, e. g. the 'sellable' feature."
},
- "Category": {
- "_properties_": {
- "description": "Contains the major group for the tested functionality"
- },
-
"Sub-category": {
"_properties_": {
- "description": "Contains the minor group of the functionality"
+ "mandatory": true,
+ "description": "Contains the technical feature/functionality"
},
"Functionality": {
"_properties_": {
- "description": "Describes the functionality to be tested"
+ "mandatory": true,
+ "description": "Groups page table tests on buckets containg more detailed functionality"
},
"Feature": {
"_properties_": {
"description": "Describes the lowest level feature bucket"
- },
- "Run type": {
- "_properties_": {
- "description": "Defines what category of testlist it belongs"
- }
}
}
+ },
+ "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": [
+ { "i915 BAT, 915 FULL": "../intel-ci/blacklist.txt" }
+ ]
+ },
+ "order": [
+ "boot",
+ "__all__",
+ "kunit"
+ ]
+ }
}
}
}