summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-04-25 17:14:29 -0700
committerZorro Lang <zlang@kernel.org>2023-05-01 00:03:50 +0800
commit2b56a7d93ab05a9dde71225a25e2a1f5ab5840b4 (patch)
tree16cb42c4dcecabe4e240a2a04b9992dd9c096add /README
parenta1daffd9bbffad4cb0b6498bafa392d0a031cafd (diff)
readme: document TIME/LOAD_FACTOR
Document these two variables so that we have /some/ reference for what they're supposed to do. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 7eb6ac1b..f87efcae 100644
--- a/README
+++ b/README
@@ -250,6 +250,12 @@ Kernel/Modules related configuration:
- Set KCONFIG_PATH to specify your preferred location of kernel config
file. The config is used by tests to check if kernel feature is enabled.
+Test control:
+ - Set LOAD_FACTOR to a nonzero positive integer to increase the amount of
+ load applied to the system during a test by the specified multiple.
+ - Set TIME_FACTOR to a nonzero positive integer to increase the amount of
+ time that a test runs by the specified multiple.
+
Misc:
- If you wish to disable UDF verification test set the environment variable
DISABLE_UDF_TEST to 1.