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

Marcin Bernatowicz marcin.bernatowicz at linux.intel.com
Thu Jul 11 15:14:37 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

v2: - improve description (Jonathan)
    - add missing '$' at the end of enable-vfs-autoprobe-on,
      bind-unbind-vf to prevent blocking dynamic subtests on testlists
v3: - resolve merge conflicts

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>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
---
 tests/intel-ci/xe.blocklist.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index dd7c05041..f9ef612c4 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -83,9 +83,10 @@ igt at kms_prime@.*
 ##################################################################
 igt at kms_cursor_legacy@modeset-atomic-cursor-hotspot
 ##################################################################
-# SR-IOV tests that are too stressful or time-consuming
+# 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-autoprobe-on$
 igt at sriov_basic@enable-vfs-bind-unbind-each$
-igt at sriov_basic@bind-unbind-vf
+igt at sriov_basic@bind-unbind-vf$
 ##################################################################
-- 
2.31.1



More information about the igt-dev mailing list