- fix error messages
[oweals/gnunet.git] / src / transport / test_transport_defaults.conf
index bd5b5962c6deecaa8dcfe85b7cdaa96c20a9ef8f..314613226ce57889dfa2e4abfc5cbb3e30dfc24d 100644 (file)
@@ -1,15 +1,14 @@
 [PATHS]
-SERVICEHOME = /tmp/test-transport-api/
-DEFAULTCONFIG = test_transport_defaults.conf
+GNUNET_TEST_HOME = /tmp/test-transport-api/
 
 [transport-tcp]
-TIMEOUT = 300000
+TIMEOUT = 300 s
 
 [arm]
-DEFAULTSERVICES = topology 
+DEFAULTSERVICES =
 
 [transport]
-PREFIX = 
+#PREFIX = valgrind -v --gen-suppressions=yes 
 
 [core]
 AUTOSTART = NO
@@ -32,6 +31,21 @@ AUTOSTART = NO
 [dns]
 AUTOSTART = NO
 
+[dv]
+AUTOSTART = NO
+
+[gns]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
+[vpn]
+AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO
+
 [nat]
 DISABLEV6 = YES
 BINDTO = 127.0.0.1
@@ -40,3 +54,6 @@ EXTERNAL_ADDRESS = 127.0.0.1
 
 [TESTING]
 WEAKRANDOM = YES
+
+[transport-udp]
+BROADCAST_RECEIVE = no
\ No newline at end of file