From b86168c2e284ad8a9f090a2ea7d2a7e6d3a80f25 Mon Sep 17 00:00:00 2001 From: "teor (Tim Wilson-Brown)" <teor2345@gmail.com> Date: Wed, 20 Jul 2016 10:40:22 +1000 Subject: [PATCH] Document all the test-network.sh arguments in the README Well, accept for --dry-run, which is an implementation detail. --- README | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README b/README index 0ae9380..a2f9f7c 100644 --- a/README +++ b/README @@ -23,8 +23,21 @@ Automated Setup, Verification, and Shutdown: ./tools/test-network.sh --tor-path <tor-build-directory> ./tools/test-network.sh --tor <name-or-path> --tor-gencert <name-or-path> (--tor-path and $TOR_DIR override --tor and --tor-gencert.) + ./tools/test-network.sh --chutney-path <chutney-directory> + (The script is pretty good at guessing this.) -The environmental variables documented below also work with test-network.sh. +test-network.sh looks for some tor binaries (either in a nearby build +directory or in your $PATH), configures a comprehensive tor test network, +launches it, then verifies data transmission through it, and cleans up after +itself. + +You can modify its configuration using command-line arguments, or use the +chutney environmental variables documented below: + + --delay CHUTNEY_BOOTSTRAP_TIME + --data CHUTNEY_DATA_BYTES + --connections CHUTNEY_CONNECTIONS + --hs-multi-client CHUTNEY_HS_MULTI_CLIENT Standard Actions: ./chutney configure networks/basic -- GitLab