set peer state properly
[oweals/gnunet.git] / src / testing / test_testing_connect_peer2.conf
index d64db475a0a3366fb61f6e94a1d89bdc57ef32e1..6996f4f9cd83775dc2f9ce53369a78a59e397d1b 100644 (file)
@@ -4,10 +4,12 @@ DEFAULTCONFIG = test_testing_connect_peer2.conf
 
 [resolver]
 PORT = 22564
+UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
 HOSTNAME = localhost
 
 [transport]
 PORT = 22565
+UNIXPATH = /tmp/gnunet-p2-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 = 22566
-DEFAULTSERVICES = peerinfo transport core
+UNIXPATH = /tmp/gnunet-p2-service-arm.sock
+DEFAULTSERVICES = core 
+#core in DEFAULTSERVICES required or test case will fail!
 HOSTNAME = localhost
 #DEBUG = YES
 
 [statistics]
 PORT = 22567
+UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
 HOSTNAME = localhost
 
 [transport-tcp]
@@ -28,12 +33,25 @@ PORT = 22568
 
 [peerinfo]
 PORT = 22569
+UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
 HOSTNAME = localhost
 
 [core]
 PORT = 22570
+UNIXPATH = /tmp/gnunet-p2-service-core.sock
 HOSTNAME = localhost
 #DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES
+
+[fs]
+AUTOSTART = NO
+
+[datastore]
+AUTOSTART = NO
+
+[dht]
+AUTOSTART = NO
+
+