[PATCH i-g-t v2 3/3] tests/intel: Put "Run type" highest in i915 documentation hierarchy

Katarzyna Piecielska katarzyna.piecielska at intel.com
Tue Apr 23 09:53:44 UTC 2024


Let's put "Run type" at highest place in i915 documentation hierarchy. It
will be reflected in html generated documentation.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
Cc: Kamil Konieczny <kamil.konieczny at intel.com>
Cc: Jari Tahvanainen <jari.tahvanainen at intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
---
 tests/intel/i915_test_config.json | 150 +++++++++++++++---------------
 1 file changed, 75 insertions(+), 75 deletions(-)

diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
index 61638a4f1..7b4e11ab5 100644
--- a/tests/intel/i915_test_config.json
+++ b/tests/intel/i915_test_config.json
@@ -16,94 +16,94 @@
     "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"
-            },
-            "Mega feature": {
-                "_properties_": {
-                    "description": "Contains the mega feature for end to end use case, e. g. the 'sellable' feature."
+                "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" }
+                    ]
                 },
-                "Sub-category": {
+                "order": [
+                    "boot",
+                    "__all__",
+                    "kunit"
+                ]
+            },
+	        "Category": {
                     "_properties_": {
                         "mandatory": true,
-                        "description": "Contains the technical feature/functionality"
+                        "description": "Contains the major group for the tested functionality, being hardware, software or firmware"
                     },
-                    "Functionality": {
+                    "Mega feature": {
                         "_properties_": {
-                            "mandatory": true,
-                            "description": "Groups page table tests on buckets containg more detailed functionality"
+                            "description": "Contains the mega feature for end to end use case, e. g. the 'sellable' feature."
                         },
-                        "Feature": {
+                        "Sub-category": {
                             "_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": "Contains the technical feature/functionality"
                             },
-                            "order": [
-                                "boot",
-                                "__all__",
-                                "kunit"
-                            ]
+                            "Functionality": {
+                                "_properties_": {
+                                    "mandatory": true,
+                                    "description": "Groups page table tests on buckets containg more detailed functionality"
+                                },
+                                "Feature": {
+                                    "_properties_": {
+                                        "description": "Describes the lowest level feature bucket"
+                                    }
+                                }
+                            }
                         }
                     }
+                },
+            "Test category": {
+                "_properties_": {
+                    "description": "Defines the test category. Usually used at subtest level."
+                }
+            },
+            "Test requirement": {
+                "_properties_": {
+                    "description": "Defines Kernel parameters required for the test to run"
+                }
+            },
+            "Issue": {
+                "_properties_": {
+                    "description": "If the test is used to solve an issue, point to the URL containing the issue."
+                }
+            },
+            "GPU excluded platform": {
+                "_properties_": {
+                    "description": "Provides a list of GPUs not capable of running the subtest (or the test as a whole)."
+                }
+            },
+            "GPU requirement": {
+                "_properties_": {
+                    "description": "Describes any GPU-specific requrirement, like requiring multi-tiles."
+                }
+            },
+            "Depends on" : {
+                "_properties_": {
+                    "description": "List other subtests that are required to not be skipped before calling this one."
+                }
+            },
+            "TODO": {
+                "_properties_": {
+                    "description": "Point to known missing features at the test or subtest."
+                }
+            },
+            "Description" : {
+                "_properties_": {
+                    "description": "Provides a description for the test/subtest."
                 }
-            }
-        },
-        "Test category": {
-            "_properties_": {
-                "description": "Defines the test category. Usually used at subtest level."
-            }
-        },
-        "Test requirement": {
-            "_properties_": {
-                "description": "Defines Kernel parameters required for the test to run"
-            }
-        },
-        "Issue": {
-            "_properties_": {
-                "description": "If the test is used to solve an issue, point to the URL containing the issue."
-            }
-        },
-        "GPU excluded platform": {
-            "_properties_": {
-                "description": "Provides a list of GPUs not capable of running the subtest (or the test as a whole)."
-            }
-        },
-        "GPU requirement": {
-            "_properties_": {
-                "description": "Describes any GPU-specific requrirement, like requiring multi-tiles."
-            }
-        },
-        "Depends on" : {
-            "_properties_": {
-                "description": "List other subtests that are required to not be skipped before calling this one."
-            }
-        },
-        "TODO": {
-            "_properties_": {
-                "description": "Point to known missing features at the test or subtest."
-            }
-        },
-        "Description" : {
-            "_properties_": {
-                "description": "Provides a description for the test/subtest."
             }
         }
     }
-- 
2.34.1



More information about the igt-dev mailing list