[LTP] [PATCH v8 2/2] doc: complete struct tst_test documentation
Andrea Cervesato
andrea.cervesato@suse.de
Fri Jun 12 10:27:21 CEST 2026
From: Andrea Cervesato <andrea.cervesato@suse.com>
Add missing struct tst_test fields in the C API.
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
doc/developers/writing_tests.rst | 28 ++++++++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)
diff --git a/doc/developers/writing_tests.rst b/doc/developers/writing_tests.rst
index dc40324b16d40c4d210fe0dfa6b311b5b3337c7a..4db57898fcf08b83e68be996f666e91c418838fc 100644
--- a/doc/developers/writing_tests.rst
+++ b/doc/developers/writing_tests.rst
@@ -382,6 +382,12 @@ LTP C And Shell Test API Comparison
* - .dev_min_size
- TST_DEVICE_SIZE
+ * - .filesystems
+ - \-
+
+ * - .forks_child
+ - not applicable
+
* - .format_device
- TST_FORMAT_DEVICE
@@ -399,21 +405,33 @@ LTP C And Shell Test API Comparison
* - .min_mem_avail
- not applicable
- * - .mnt_flags
- - TST_MNT_PARAMS
+ * - .min_runtime
+ - \-
* - .min_swap_avail
- not applicable
+ * - .mnt_flags
+ - TST_MNT_PARAMS
+
* - .mntpoint | .mnt_data
- TST_MNTPOINT
* - .mount_device
- TST_MOUNT_DEVICE
+ * - .needs_abi_bits
+ - not applicable
+
* - .needs_cgroup_ctrls
- \-
+ * - .needs_cgroup_nsdelegate
+ - \-
+
+ * - .needs_cgroup_ver
+ - \-
+
* - .needs_checkpoints
- TST_NEEDS_CHECKPOINTS
@@ -426,6 +444,9 @@ LTP C And Shell Test API Comparison
* - .needs_device
- TST_NEEDS_DEVICE
+ * - .needs_hugetlbfs
+ - \-
+
* - removed
- TST_NEEDS_DRIVERS
@@ -453,6 +474,9 @@ LTP C And Shell Test API Comparison
* - .restore_wallclock
- not applicable
+ * - .runs_script
+ - not applicable
+
* - .sample
- \-
--
2.51.0
More information about the ltp
mailing list