[igt-dev] [PATCH i-g-t] i915/gem_exec_gttfill: Added test description for test case

sai.gowtham.ch at intel.com sai.gowtham.ch at intel.com
Thu Oct 29 04:41:09 UTC 2020


From: sai gowtham <sai.gowtham.ch at intel.com>

Added test description to all the subtests.

Cc: Melkaveri Arjun <arjun.melkaveri at intel.com>
Signed-off-by: sai gowtham <sai.gowtham.ch at intel.com>
---
 tests/i915/gem_exec_gttfill.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/i915/gem_exec_gttfill.c b/tests/i915/gem_exec_gttfill.c
index 8f2336a3..e330c973 100644
--- a/tests/i915/gem_exec_gttfill.c
+++ b/tests/i915/gem_exec_gttfill.c
@@ -209,9 +209,13 @@ igt_main
 		igt_fork_hang_detector(i915);
 	}
 
+	igt_describe("This test is to check the basic correctness"
+			"of handling enough batches to fill gtt");
 	igt_subtest("basic") /* just enough to run a single pass */
 		fillgtt(i915, ALL_ENGINES, 1);
 
+	igt_describe("For each engine, it checks the correctness of handling"
+			"enought batches to fill gtt");
 	igt_subtest_with_dynamic("engines") {
 		__for_each_physical_engine(i915, e) {
 			if (!gem_class_can_store_dword(i915, e->class))
@@ -222,6 +226,8 @@ igt_main
 		}
 	}
 
+	igt_describe("This Test is to stress and check behaviour/correctness of handling"
+			"batches to fill gtt");
 	igt_subtest("all")
 		fillgtt(i915, ALL_ENGINES, 20);
 
-- 
2.28.0



More information about the igt-dev mailing list