Skip to content

Commit

Permalink
doc: Add .min_swap_avail
Browse files Browse the repository at this point in the history
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
Reviewed-by: Li Wang <liwang@redhat.com>
  • Loading branch information
metan-ucw committed Sep 5, 2023
1 parent fbed96c commit 310f063
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions doc/c-test-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2328,11 +2328,16 @@ both V1 and V2 feasible.
Some tests require more than specific number of CPU. It can be defined with
`.min_cpus = N`.

1.39 Require minimum size of MemAvailable for a testcase
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1.39 Require minimum memory or swap size for a testcase
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Some tests require at least size(MB) of free RAM or Swap.

To make sure that test will run only on systems with more than minimal
required amount of RAM set `.min_mem_avail = N`.

Some tests require more than specific size(MB) of MemAvailable. It can be defined
with `.min_mem_avail = N`.
Similarily for tests that require certain amount of free Swap use
`.min_swap_avail = N`.

1.40 Test tags
~~~~~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions doc/test-writing-guidelines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ https://github.com/linux-test-project/ltp/wiki/Shell-Test-API[Shell Test API].
| '.min_kver' | 'TST_MIN_KVER'
| '.min_mem_avail' | not applicable
| '.mnt_flags' | 'TST_MNT_PARAMS'
| '.min_swap_avail' | not applicable
| '.mntpoint', '.mnt_data' | 'TST_MNTPOINT'
| '.mount_device' | 'TST_MOUNT_DEVICE'
| '.needs_cgroup_ctrls' | –
Expand Down

0 comments on commit 310f063

Please sign in to comment.