[PATCH i-g-t 2/2] tests/intel: Make Mega feature field mandatory in test documentation

Katarzyna Piecielska katarzyna.piecielska at intel.com
Wed May 22 12:33:22 UTC 2024


Once we have Mega feature in place for Core tests, let's make it
mandatory, so every new test has full needed documentation.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
Cc: Gandi Ramadevi <ramadevi.gandi at intel.com>
Cc: Aditya Chauhan <aditya.chauhan at intel.com>
Cc: Girotra Himanshu <himanshu.girotra at intel.com>
---
 tests/intel/i915_test_config.json | 1 +
 tests/intel/xe_test_config.json   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
index 3b3afb2fd..1a1c1aafa 100644
--- a/tests/intel/i915_test_config.json
+++ b/tests/intel/i915_test_config.json
@@ -43,6 +43,7 @@
                 },
                 "Mega feature": {
                     "_properties_": {
+                        "mandatory": true,
                         "description": "Contains the mega feature for end to end use case, e. g. the 'sellable' feature."
                     },
                     "Sub-category": {
diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
index 89c6c7ef6..4556025f7 100644
--- a/tests/intel/xe_test_config.json
+++ b/tests/intel/xe_test_config.json
@@ -31,6 +31,7 @@
                 },
                 "Mega feature": {
                     "_properties_": {
+                        "mandatory": true,
                         "description": "Contains the mega feature for end to end use case, e. g. the 'sellable' feature."
                     },
                     "Sub-category": {
-- 
2.34.1



More information about the igt-dev mailing list