diff mbox series

[6/6] doc: Add missing shell variables

Message ID 20220128191631.9153-1-pvorel@suse.cz
State Superseded
Headers show
Series None | expand

Commit Message

Petr Vorel Jan. 28, 2022, 7:16 p.m. UTC
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 mbox series

Patch

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.