[LTP] [PATCH 6/6] doc: Add missing shell variables
Petr Vorel
pvorel@suse.cz
Fri Jan 28 20:16:31 CET 2022
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi all,
belongs to https://patchwork.ozlabs.org/project/ltp/list/?series=282990
Linking like this could work.
Kind regards,
Petr
doc/shell-test-api.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/shell-test-api.txt b/doc/shell-test-api.txt
index 41878004fb..3a43824357 100644
--- a/doc/shell-test-api.txt
+++ b/doc/shell-test-api.txt
@@ -196,11 +196,17 @@ simply by setting right '$TST_FOO'.
| Variable name | Action done
| 'TST_DEV_EXTRA_OPTS' | Pass additional 'mkfs' options when use 'TST_FORMAT_DEVICE'.
| 'TST_DEV_FS_OPTS' | Pass extra 'mkfs' options after the device name
+| 'TST_DEVICE' | See
+| | https://github.com/linux-test-project/ltp/wiki/Shell-Test-API#mounting-and-unmounting-filesystems[Mounting and unmounting filesystems]
| | when use 'TST_FORMAT_DEVICE'.
| 'TST_FORMAT_DEVICE' | Format a block device with a filesystem. See also
| | 'TST_DEV_EXTRA_OPTS', 'TST_DEV_FS_OPTS', 'TST_FS_TYPE'.
| | Implies 'TST_NEEDS_DEVICE=1' (no need to set it).
| 'TST_FS_TYPE' | Overwrite the default filesystem to be used.
+| 'TST_MNTPOINT' | See
+| | https://github.com/linux-test-project/ltp/wiki/Shell-Test-API#mounting-and-unmounting-filesystems[Mounting and unmounting filesystems]
+| 'TST_MNT_PARAMS' | See
+| | https://github.com/linux-test-project/ltp/wiki/Shell-Test-API#mounting-and-unmounting-filesystems[Mounting and unmounting filesystems]
| 'TST_NEEDS_ROOT' | Exit the test with 'TCONF' unless executed under root.
| | Alternatively the 'tst_require_root' command can be used.
| 'TST_NEEDS_TMPDIR' | Create test temporary directory and cd into it.
--
2.34.1
More information about the ltp
mailing list