[PATCH i-g-t 1/1] Add i915_selftest at wip selftests to execution
Katarzyna Piecielska
katarzyna.piecielska at intel.com
Wed Jul 24 14:39:17 UTC 2024
Those tests are skipping in CI execution as those were not added to
i915_selftest test in IGT. So let's do that.
Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
Cc: Chris Wilson <chris.p.wilson at intel.com>
Cc: Kamil Konieczny <kamil.konieczny at intel.com>
---
tests/intel/i915_selftest.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/tests/intel/i915_selftest.c b/tests/intel/i915_selftest.c
index aa29eb36a..47e09f988 100644
--- a/tests/intel/i915_selftest.c
+++ b/tests/intel/i915_selftest.c
@@ -634,6 +634,13 @@
* Mega feature: Performance interface
* Sub-category: Performance tests
* Functionality: perf
+ *
+ * SUBTEST: wip
+ * Category: Core
+ * Mega feature: General Core features
+ * Sub-category: Selftest subcategory
+ * Functionality: wip selftest
+ * Feature: gem_core
*/
IGT_TEST_DESCRIPTION("Basic unit tests for i915.ko");
@@ -657,4 +664,9 @@ igt_main
"perf_selftests=-1 disable_display=1 st_filter=%s",
env) < sizeof(opts));
igt_kselftests("i915", opts, "perf_selftests", "perf");
+
+ igt_assert(snprintf(opts, sizeof(opts),
+ "wip_selftests=-1 disable_display=1 st_filter=%s",
+ env) < sizeof(opts));
+ igt_kselftests("i915", opts, "wip_selftests", "wip");
}
--
2.34.1
More information about the igt-dev
mailing list