On Mon, Sep 9, 2013 at 12:02 AM, Marek Majkowski wrote:
>
> I was not aware of this script. I'll take a look.
$ cat chutney/tools/bootstrap-network.sh
[...]
offset=$(expr \( $(date +%s) + $VOTING_OFFSET \) % 300)
CONFOPT="TestingV3AuthVotingStartOffset"
for file in net/nodes
On Sun, Sep 8, 2013 at 10:12 PM, Nick Mathewson wrote:
>> $ time /tmp/fluxcapacitor/fluxcapacitor ./go.sh
>>
>> real0m11.450s
>> user0m2.340s
>> sys 0m2.120s
>>
>> Running stuff under fluxcapacitor is not deterministic, sometimes it
>> takes 8 seconds, sometimes 15 but it generally wor
Tor ships with some testing facilities (tor/src/test/test), but they
are not comprehensive. (I'm aware there's an ongoing effort on
improving these tests).
To test anything non trivial it is necessary to run a tor node as a
part of a tor network. There is another tool called chutney [1] that
can