[PATCH i-g-t 2/2] tests/intel/xe_test_config.json: Add SR-IOV testlists

Jakub Kolakowski jakub1.kolakowski at intel.com
Mon Aug 25 16:53:46 UTC 2025


Currently we have bat.testlist and full.testlist being generated
by igt_doc.py script.
Add SR-IOV testlists to be generated:
- bat-vf.testlist
- bat-vm.testlist
- full-vm.testlist

Signed-off-by: Jakub Kolakowski <jakub1.kolakowski at intel.com>
Cc: Adam Miszczak <adam.miszczak at linux.intel.com>
Cc: Marcin Bernatowicz <marcin.bernatowicz at linux.intel.com>
Cc: Lukasz Laguna <lukasz.laguna at intel.com>
Cc: Satyanarayana K V P <satyanarayana.k.v.p at intel.com>
---
 tests/intel/xe_test_config.json | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
index 27de0efaa..a754ccda8 100644
--- a/tests/intel/xe_test_config.json
+++ b/tests/intel/xe_test_config.json
@@ -11,12 +11,14 @@
                 "default-testlist": "FULL",
                 "update-from-file": {
                     "exclude-type": "regex-ignorecase",
-                    "append-value-if-not-excluded": "Xe FULL",
+                    "append-value-if-not-excluded": "Xe FULL, Xe FULL VM",
                     "include": [
-                        { "Xe BAT": "../intel-ci/xe-fast-feedback.testlist" }
+                        { "Xe BAT, Xe BAT VF, Xe BAT VM": "../intel-ci/xe-fast-feedback.testlist" }
                     ],
                     "exclude": [
-                        { "Xe BAT, Xe FULL": "../intel-ci/xe.blocklist.txt" }
+                        { "Xe BAT, Xe BAT VF, Xe BAT VM, Xe FULL, Xe FULL VM": "../intel-ci/xe.blocklist.txt" },
+                        { "Xe BAT VF": "../intel-ci/xe-sriov-vf.blocklist.txt"},
+                        { "Xe BAT VM, Xe FULL VM": "../intel-ci/xe-sriov-vm.blocklist.txt"}
                     ]
                 },
                 "order": [
-- 
2.25.1



More information about the igt-dev mailing list