[PATCH v2 i-g-t 1/2] tests/intel-ci/xe.blocklist: Blocklist SR-IOV stress tests

Marcin Bernatowicz marcin.bernatowicz at linux.intel.com
Thu Jul 11 13:58:57 UTC 2024


Blocklist certain sriov_basic tests identified as overly stressful or
time-consuming to be executed with all dynamic subtests at once.
However, these dynamic subtests can still be executed via testlists
(refer to the BAT example below).

Included in the blocklist to prevent simultaneous execution of all
dynamic subtests:
 igt at sriov_basic@enable-vfs-autoprobe-on
 igt at sriov_basic@enable-vfs-bind-unbind-each
 igt at sriov_basic@bind-unbind-vf

Tests retained for execution:

BAT:
 igt at sriov_basic@enable-vfs-autoprobe-off at numvfs-all
 igt at sriov_basic@enable-vfs-autoprobe-on at numvfs-1

FULL:
 igt at sriov_basic@enable-vfs-autoprobe-off
 igt at sriov_basic@enable-vfs-bind-unbind-each-numvfs-all

Cc: Adam Miszczak <adam.miszczak at linux.intel.com>
Cc: Lukasz Laguna <lukasz.laguna at intel.com>
Cc: Jakub Kolakowski <jakub1.kolakowski at intel.com>
Cc: Michal Wajdeczko <Michal.Wajdeczko at intel.com>
Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz at linux.intel.com>
---
 tests/intel-ci/xe.blocklist.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 828baf324..f9ef612c4 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -83,3 +83,10 @@ igt at kms_prime@.*
 ##################################################################
 igt at kms_cursor_legacy@modeset-atomic-cursor-hotspot
 ##################################################################
+# SR-IOV tests too stressful or time-consuming
+# to execute all dynamic subtests at once.
+##################################################################
+igt at sriov_basic@enable-vfs-autoprobe-on$
+igt at sriov_basic@enable-vfs-bind-unbind-each$
+igt at sriov_basic@bind-unbind-vf$
+##################################################################
-- 
2.31.1



More information about the igt-dev mailing list