diff -r 000000000000 -r 2b3e5ec03512 test/nets/remote-localhost --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/nets/remote-localhost Thu Apr 21 14:57:45 2011 +0100 @@ -0,0 +1,8 @@ +# +# Network definition file for a localhost network which uses +# the hostname instead of "localhost" so it acts like a +# distributed test. +# +for {set i 0} {$i < 254} {incr i} { + net::node $i [info hostname] [expr 10000 + $i*1000] +}