(no commit message)
[oweals/gnunet.git] / src / transport / test_plugin_transport_data_http.conf
index c5c30fc7cd38c69dd7990bd2070baeb0de4b8ccb..0c5bbcf26fef52fa5b8c1359bf689df179dd2218 100644 (file)
@@ -1,9 +1,22 @@
 [PATHS]
 DEFAULTCONFIG = test_plugin_transport_data_http.conf
-SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/
+SERVICEHOME = /tmp/test_plugin_transport_http/
+
+[TESTING]
+WEAKRANDOM = YES
 
 [transport-http]
 PORT = 12389
+DEBUG = NO
+#USE_IPv4 = NO
+#USE_IPv6 = NO
+USE_IPv6 = YES
+#BINDTO4 = 127.0.0.1
+#BINDTO6 = ::1
+
+
+[transport]
+PREFIX = valgrind --leak-check=full
 DEBUG = YES
 
 [statistics]
@@ -16,11 +29,11 @@ HOSTNAME = localhost
 PORT = 12367
 
 [arm]
-DEFAULTSERVICES = resolver transport core statistics topology hostlist
+DEFAULTSERVICES = topology hostlist
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
 CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
-PORT = 12366
\ No newline at end of file
+PORT = 12366