[PATCH i-g-t 1/4] tests: Exercise invalid test suite name handling

Janusz Krzysztofik janusz.krzysztofik at linux.intel.com
Fri Mar 15 19:00:15 UTC 2024


Intended for trybot to test a solution for endless looping on invalid test
suite names.

Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik at linux.intel.com>
---
 tests/drm_buddy.c                     | 2 +-
 tests/intel-ci/fast-feedback.testlist | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/drm_buddy.c b/tests/drm_buddy.c
index 4f411464a7..91446a30e3 100644
--- a/tests/drm_buddy.c
+++ b/tests/drm_buddy.c
@@ -10,5 +10,5 @@ IGT_TEST_DESCRIPTION("Basic sanity check of DRM's buddy allocator (struct drm_bu
 
 igt_main
 {
-	igt_kunit("drm_buddy_test", NULL, NULL);
+	igt_kunit("drm_buddy_test", "buddy", NULL);
 }
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index be09651109..5b4134c038 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -2,6 +2,8 @@
 igt at i915_module_load@load
 
 # Keep alphabetically sorted by default
+igt at drm_mm@drm_mm
+igt at drm_buddy@buddy
 igt at core_auth@basic-auth
 igt at debugfs_test@read_all_entries
 igt at debugfs_test@basic-hwmon
-- 
2.43.0



More information about the Intel-gfx-trybot mailing list