All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t, v3] tests/debugfs_test: Added test description for test case
@ 2022-02-22 12:45 priyanka.dandamudi
  2022-02-22 13:56 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/debugfs_test: Added test description for test case (rev3) Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: priyanka.dandamudi @ 2022-02-22 12:45 UTC (permalink / raw)
  To: kamil.konieczny, igt-dev, arjun.melkaveri, priyanka.dandamudi

From: Priyanka Dandamudi <priyanka.dandamudi@intel.com>

Added test description to all the available subtests.

v2: rebase

v3: Updated test descriptions.

Cc: Melkaveri Arjun <Arjun.Melkaveri@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
---
 tests/debugfs_test.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tests/debugfs_test.c b/tests/debugfs_test.c
index e6535ccd..deb58f10 100644
--- a/tests/debugfs_test.c
+++ b/tests/debugfs_test.c
@@ -29,6 +29,8 @@
 #include <sys/types.h>
 #include <dirent.h>
 
+IGT_TEST_DESCRIPTION("Read entries from debugfs and sysfs paths.");
+
 static void read_and_discard_sysfs_entries(int path_fd, int indent)
 {
 	struct dirent *dirent;
@@ -187,11 +189,13 @@ igt_main
 		kmstest_set_vt_graphics_mode();
 	}
 
+	igt_describe("Read all entries from sysfs path.");
 	igt_subtest("sysfs")
 		read_and_discard_sysfs_entries(sysfs, 0);
+	igt_describe("Read all entries from debugfs path.");
 	igt_subtest("read_all_entries")
 		read_and_discard_sysfs_entries(debugfs, 0);
-
+	igt_describe("Read all debugfs entries with display on/off.");
 	igt_subtest_group
 		kms_tests(fd, debugfs);
 
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-22 16:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22 12:45 [igt-dev] [PATCH i-g-t, v3] tests/debugfs_test: Added test description for test case priyanka.dandamudi
2022-02-22 13:56 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/debugfs_test: Added test description for test case (rev3) Patchwork
2022-02-22 14:55 ` [igt-dev] [PATCH i-g-t, v3] tests/debugfs_test: Added test description for test case Kamil Konieczny
2022-02-22 16:17 ` [igt-dev] ✓ Fi.CI.IGT: success for tests/debugfs_test: Added test description for test case (rev3) Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.