[igt-dev] [PATCH i-g-t 3/3] intel-ci: Prepend fast-feedback with i915_load at load
Arkadiusz Hiler
arkadiusz.hiler at intel.com
Wed Oct 17 12:15:45 UTC 2018
Make the i915-loading subtest first thing in fast-feedback.testlist,
so we have a nice catch-all for all the issues luring in dmesg related
to hw initialization.
This required i915 module to be blacklisted in order to work.
Cc: Petri Latvala <petri.latvala at intel.com>
Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Cc: Tomi Sarvela <tomi.p.sarvela at intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
---
tests/intel-ci/fast-feedback.testlist | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index 5dfa4eb7..2296436c 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -1,5 +1,10 @@
# Keep alphabetically sorted by default
+# Special catch-all tests for driver loading.
+# CI targets should be started with i915 blacklisted,
+# so the module won't be loaded before we start executing.
+igt at i915_load@load
+
igt at core_auth@basic-auth
igt at core_prop_blob@basic
igt at debugfs_test@read_all_entries
--
2.17.2
More information about the igt-dev
mailing list