From 877d4e3642248ac995b41ad036c1a5e3e821fd19 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 30 Oct 2018 18:26:38 +0100 Subject: [PATCH] Docker: Document additional environment variables Signed-off-by: Christian Franke --- tests/topotests/docker/frr-topotests.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/topotests/docker/frr-topotests.sh b/tests/topotests/docker/frr-topotests.sh index 3df31c5d63..90f1668451 100755 --- a/tests/topotests/docker/frr-topotests.sh +++ b/tests/topotests/docker/frr-topotests.sh @@ -42,6 +42,12 @@ if [[ "$1" = "-h" ]] || [[ "$1" = "--help" ]]; then \`topotest-buildcache\` volume will be created for that purpose. + TOPOTEST_CLEAN Clean all previous build artifacts prior to + building. Disabled by default, set to 1 to enable. + + TOPOTEST_DOC Build the documentation associated with FRR. + Disabled by default, set to 1 to enable. + TOPOTEST_FRR If set, don't test the FRR in the current working directory, but the one at the given path. @@ -54,6 +60,12 @@ if [[ "$1" = "-h" ]] || [[ "$1" = "--help" ]]; then TOPOTEST_PATH If set, don't use the tests built into the image but the ones at the given path. + TOPOTEST_SANITIZER Controls whether to use the address sanitizer. + Enabled by default, set to 0 to disable. + + TOPOTEST_VERBOSE Show detailed build output. + Enabled by default, set to 0 to disable. + To get information about the commands available inside of the container, run \`$0 help\`. EOF -- 2.39.5