REST/NAMESTORE: rework API
[oweals/gnunet.git] / src / transport / test_plugin_transport_data.conf
index c244039544ed31bdc9bb17e47c5c8c346acb449a..b667a48540f5515c9b99c3b03beb5415ba2a0a1a 100644 (file)
@@ -1,14 +1,12 @@
 @INLINE@ test_transport_defaults.conf
 [PATHS]
-GNUNET_TEST_HOME = /tmp/test-gnunetd-plugin-transport/
+GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/
 
 [transport-tcp]
-PORT = 2400
+PORT = 52400
 
 [transport-udp]
-PORT = 2401
-
-[transport-unix]
+PORT = 52401
 
 [transport-wlan]
 INTERFACE = mon0
@@ -18,34 +16,30 @@ TESTMODE = 1
 INTERFACE = hci0
 TESTMODE = 1
 
-[transport-http_client]
-
 [transport-http_server]
-PORT = 2402
-
-[transport-https_client]
+PORT = 52402
 
 [transport-https_server]
-PORT = 2403
+PORT = 52403
 
 [arm]
-PORT = 2360
+PORT = 52360
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-arm.sock
 
 [statistics]
-PORT = 2361
+PORT = 52361
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-statistics.sock
 
 [resolver]
-PORT = 2362
+PORT = 52362
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver.sock
 
 [peerinfo]
-PORT = 2363
+PORT = 52363
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-peerinfo.sock
 
 [transport]
-PORT = 2364
+PORT = 52364
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport.sock
 
 [nat]