fix for over-reporting number of necessary connections
[oweals/gnunet.git] / src / testing / test_testing_connect_peer1.conf
index 32ddbfc4ddf61678ba188b350647bb5b261bf776..11938839a0dc542be9a5f35fd1b5cf178ea7d2df 100644 (file)
@@ -4,10 +4,12 @@ DEFAULTCONFIG = test_testing_connect_peer1.conf
 
 [resolver]
 PORT = 12564
+UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
 HOSTNAME = localhost
 
 [transport]
 PORT = 12565
+UNIXPATH = /tmp/gnunet-p1-service-transport.sock
 HOSTNAME = localhost
 PLUGINS = tcp
 #PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
@@ -15,12 +17,15 @@ PLUGINS = tcp
 
 [arm]
 PORT = 12566
+UNIXPATH = /tmp/gnunet-p1-service-arm.sock
 HOSTNAME = localhost
-DEFAULTSERVICES = peerinfo transport core
-DEBUG = YES
+DEFAULTSERVICES = core 
+# core in DEFAULTSERVICES required or test case will fail!
+#DEBUG = YES
 
 [statistics]
 PORT = 12567
+UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
 HOSTNAME = localhost
 
 [transport-tcp]
@@ -28,12 +33,25 @@ PORT = 12568
 
 [peerinfo]
 PORT = 12569
+UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
 HOSTNAME = localhost
 
 [core]
 PORT = 12570
+UNIXPATH = /tmp/gnunet-p1-service-core.sock
 HOSTNAME = localhost
-DEBUG = YES
+#DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES
+
+[fs]
+AUTOSTART = NO
+
+[datastore]
+AUTOSTART = NO
+
+[dht]
+AUTOSTART = NO
+
+