(no commit message)
[oweals/gnunet.git] / src / transport / test_plugin_transport_data_http.conf
index f794c8f873fc3868b051de92eb418243a894746f..0c5bbcf26fef52fa5b8c1359bf689df179dd2218 100644 (file)
@@ -1,24 +1,39 @@
 [PATHS]
-SERVICEHOME = /tmp/test-gnunetd-plugin-transport_http/
+DEFAULTCONFIG = test_plugin_transport_data_http.conf
+SERVICEHOME = /tmp/test_plugin_transport_http/
 
-[resolver]
-PORT = 2364
+[TESTING]
+WEAKRANDOM = YES
 
-[transport]
-PORT = 2365
-PLUGINS = http
+[transport-http]
+PORT = 12389
+DEBUG = NO
+#USE_IPv4 = NO
+#USE_IPv6 = NO
+USE_IPv6 = YES
+#BINDTO4 = 127.0.0.1
+#BINDTO6 = ::1
 
-[arm]
-PORT = 2366
-
-[statistics]
-PORT = 2367
 
-[transport-udp]
-PORT = 2368
+[transport]
+PREFIX = valgrind --leak-check=full
+DEBUG = YES
 
-[peerinfo]
-PORT = 2369
+[statistics]
+ACCEPT_FROM6 = ::1;
+ACCEPT_FROM = 127.0.0.1;
+BINARY = gnunet-service-statistics
+CONFIG = $DEFAULTCONFIG
+HOME = $SERVICEHOME
+HOSTNAME = localhost
+PORT = 12367
 
-[testing]
-WEAKRANDOM = YES
+[arm]
+DEFAULTSERVICES = topology hostlist
+ACCEPT_FROM6 = ::1;
+ACCEPT_FROM = 127.0.0.1;
+BINARY = gnunet-service-arm
+CONFIG = $DEFAULTCONFIG
+HOME = $SERVICEHOME
+HOSTNAME = localhost
+PORT = 12366