[igt-dev] [PATCH i-g-t 2/3] tests/gem_exec_whisper: Change duplicated test names

Kamil Konieczny kamil.konieczny at linux.intel.com
Thu Oct 28 10:18:18 UTC 2021


Add suffix "-engine" for testing specific engines and avoid tests
name duplication.

Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
 tests/i915/gem_exec_whisper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/i915/gem_exec_whisper.c b/tests/i915/gem_exec_whisper.c
index 104f0a16..c93134db 100644
--- a/tests/i915/gem_exec_whisper.c
+++ b/tests/i915/gem_exec_whisper.c
@@ -630,7 +630,7 @@ igt_main
 		if (m->flags & CHAIN)
 			continue;
 
-		igt_subtest_with_dynamic_f("%s", m->name) {
+		igt_subtest_with_dynamic_f("%s-engine", m->name) {
 			for_each_ctx_engine(fd, ctx, e) {
 				if (!gem_class_can_store_dword(fd, e->class))
 					continue;
-- 
2.30.2



More information about the igt-dev mailing list