[igt-dev] [PATCH i-g-t 2/2] intel-ci: Kernel selftest changes to fast-feedback and blacklist

Petri Latvala petri.latvala at intel.com
Thu Feb 20 12:52:07 UTC 2020


Now that selftest launchers are enumerable, we can control them with
fast-feedback.testlist and blacklist.txt. For now, apply the status
quo.

Signed-off-by: Petri Latvala <petri.latvala at intel.com>
Cc: Tomi Sarvela <tomi.p.sarvela at intel.com>
---
 tests/intel-ci/blacklist.txt          | 5 -----
 tests/intel-ci/fast-feedback.testlist | 4 ++++
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 51d0417c..390e4fa0 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -1,10 +1,5 @@
 igt at meta_test(@.*)?
 ###############################################
-# Kernel selftests (run separately)
-###############################################
-igt at i915_selftest(@.*)?
-igt at drm_mm(@.*)?
-###############################################
 # Handle module reloads with great care!
 #
 # Reloading a module is more likely to leave
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index 1b00485e..b41fb4a0 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -171,3 +171,7 @@ igt at vgem_basic@sysfs
 igt at vgem_basic@unload
 igt at i915_module_load@reload
 igt at i915_pm_rpm@module-reload
+
+# Kernel selftests
+igt at i915_selftest@live
+igt at dmabuf@all
-- 
2.20.1



More information about the igt-dev mailing list