- fix error messages
[oweals/gnunet.git] / src / transport / test_transport_defaults.conf
index 6daf49857709fccfd27028cd251af8ef25f9b758..314613226ce57889dfa2e4abfc5cbb3e30dfc24d 100644 (file)
@@ -1,23 +1,18 @@
 [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 hostlist
+DEFAULTSERVICES =
 
 [transport]
-PREFIX = 
+#PREFIX = valgrind -v --gen-suppressions=yes 
 
 [core]
 AUTOSTART = NO
 
-[hostlist]
-SERVERS = http://localhost:8080/
-HOSTNAME = localhost
-
 [datastore]
 AUTOSTART = NO
 
@@ -36,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
@@ -44,3 +54,6 @@ EXTERNAL_ADDRESS = 127.0.0.1
 
 [TESTING]
 WEAKRANDOM = YES
+
+[transport-udp]
+BROADCAST_RECEIVE = no
\ No newline at end of file