- minor renamings
[oweals/gnunet.git] / src / nse / nse_infiniband.conf
index 66ab790eeee2cbaabccfadf154eebe33d49b611a..7600ce7b6eb873b97f9ee88791fe6753a562cc36 100644 (file)
@@ -1,20 +1,21 @@
 [PATHS]
-SERVICEHOME = /tmp/nse-profiler/
+GNUNET_TEST_HOME = /tmp/nse-profiler/
 
 [testbed]
 AUTOSTART = NO
 PORT = 12113
 ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16; 192.168.0.0/16;
 HOSTNAME = localhost
-MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
-OVERLAY_TOPOLOGY = 2D_TOURUS
+MAX_PARALLEL_OPERATIONS = 400
+OVERLAY_TOPOLOGY = 2D_TORUS
 OVERLAY_RANDOM_LINKS = 1000
 OPERATION_TIMEOUT = 45 s
-SETUP_TIMEOUT = 15m
+SETUP_TIMEOUT = 30m
+STATS_DIR= /home/totakura/nse/test/load
 
 [nse]
 PORT = 12114
-UNIXPATH = /tmp/test-nse-service-nse.unix
+UNIXPATH = $GNUNET_RUNTIME_DIR/test-nse-service-nse.unix
 BINARY = gnunet-service-nse
 #BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
 #PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
@@ -24,12 +25,12 @@ AUTOSTART = NO
 WORKDELAY = 60 s
 INTERVAL = 10 s
 WORKBITS = 0
-PROOFFILE = $SERVICEHOME/nse.proof
+PROOFFILE = $GNUNET_TEST_HOME/nse.proof
 HISTOGRAM_DIR = /home/totakura/nse/test/histograms
 
 [arm]
 DEFAULTSERVICES = core nse
-UNIXPATH = /tmp/test-nse-service-arm.unix
+UNIXPATH = $GNUNET_RUNTIME_DIR/test-nse-service-arm.unix
 
 [statistics]
 AUTOSTART = YES