summaryrefslogtreecommitdiff
path: root/tests/intel/debugfs_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/intel/debugfs_test.c')
-rw-r--r--tests/intel/debugfs_test.c32
1 files changed, 9 insertions, 23 deletions
diff --git a/tests/intel/debugfs_test.c b/tests/intel/debugfs_test.c
index b67bfabac..9706b81e1 100644
--- a/tests/intel/debugfs_test.c
+++ b/tests/intel/debugfs_test.c
@@ -33,43 +33,29 @@
* TEST: debugfs test
* Description: Read entries from debugfs, hwmon and sysfs paths.
* Feature: core
+ * Category: Infrastructure
+ * Functionality: debugfs
+ * Sub-category: uapi
+ * Test category: uapi
+ * Run type: FULL
*
* SUBTEST: basic-hwmon
- * Category: Infrastructure
- * Description:
- * Read all entries from hwmon path
- * validating debugfs entries
- * Functionality: debugfs entries
+ * Description: Read all entries from hwmon path validating debugfs entries
* Run type: BAT
- * Test category: GEM_Legacy
*
* SUBTEST: read_all_entries
- * Category: Infrastructure
- * Description:
- * Read all entries from debugfs path.
- * validating debugfs entries
- * Functionality: debugfs entries
+ * Description: Read all entries from debugfs path validating debugfs entries
* Run type: BAT
- * Sub-category: i915
- * Test category: GEM_Legacy
*
* SUBTEST: read_all_entries_display_off
* Description: Read all debugfs entries with display on/off.
- * Run type: FULL
*
* SUBTEST: read_all_entries_display_on
* Description: Read all debugfs entries with display on/off.
- * Run type: FULL
*
* SUBTEST: sysfs
- * Category: Infrastructure
- * Description:
- * Read all entries from sysfs path.
- * validating debugfs entries
- * Functionality: debugfs entries
- * Run type: FULL
- * Sub-category: i915
- * Test category: GEM_Legacy
+ * Description: Read all entries from sysfs path validating debugfs entries
+ *
*/
IGT_TEST_DESCRIPTION("Read entries from debugfs, hwmon and sysfs paths.");