From: Darrick J. Wong <djwong@xxxxxxxxxx> Document these two variables so that we have /some/ reference for what they're supposed to do. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 4ee877a962..030b47d92a 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.