[igt-dev] [PATCH i-g-t 1/6] xe_test_config.json: do some adjustments at the output hierarchy
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Tue Mar 14 11:41:22 UTC 2023
From: Mauro Carvalho Chehab <mchehab at kernel.org>
Place "Mega feature" inside the same hierarchical level,
placing it on a higher level than sub-category, as this provides
a higher level of group for functionalities.
While here, better document the fields.
Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
tests/xe/xe_test_config.json | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/tests/xe/xe_test_config.json b/tests/xe/xe_test_config.json
index 6c474d6053f3..666fe6cd315c 100644
--- a/tests/xe/xe_test_config.json
+++ b/tests/xe/xe_test_config.json
@@ -4,27 +4,27 @@
"fields": {
"Category": {
"_properties_": {
- "description": "Contains the major group for the tested functionality"
+ "description": "Contains the major group for the tested functionality, being hardware, software or firmware"
},
- "Sub-category": {
+ "Mega feature": {
"_properties_": {
- "description": "Contains the minor group of the functionality"
- },
- "Functionality": {
- "_properties_": {
- "description": "Groups page table tests per functionality"
- }
+ "description": "Contains the mega feature for end to end use case, e. g. the 'sellable' feature."
},
- "Run type": {
+ "Sub-category": {
"_properties_": {
- "description": "Defines what category of testlist it belongs"
+ "description": "Contains the the technical feature/functionality"
+ },
+ "Functionality": {
+ "_properties_": {
+ "description": "Groups page table tests on buckets containg more detailed functionality"
+ }
+ },
+ "Run type": {
+ "_properties_": {
+ "description": "Defines what category of testlist it belongs"
+ }
}
}
- },
- "Mega feature": {
- "_properties_": {
- "description": "Contains the mega feature for E2E use case"
- }
}
},
"Test category": {
--
2.39.2
More information about the igt-dev
mailing list