From 2b56a7d93ab05a9dde71225a25e2a1f5ab5840b4 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 25 Apr 2023 17:14:29 -0700 Subject: [PATCH] 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 Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- README | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.39.5