fix type error and test cases
[oweals/gnunet.git] / src / set / test_set.conf
index 7bc26ed7edb4c7c90c2b49b7e77eb59e772bd686..e28dfc6e9987760defad2e3622cc7b09a6fd26f7 100644 (file)
@@ -1,27 +1,33 @@
-# @INLINE@ test_set_defaults.conf
+@INLINE@ ../../contrib/no_forcestart.conf
+
 [PATHS]
-SERVICEHOME = /tmp/test-gnunet-set/
+GNUNET_TEST_HOME = /tmp/test-gnunet-set/
 
 [set]
 AUTOSTART = YES
-PORT = 2106
-HOSTNAME = localhost
-HOME = $SERVICEHOME
-BINARY = gnunet-service-set
 #PREFIX = valgrind --leak-check=full
 #PREFIX = gdbserver :1234
-ACCEPT_FROM = 127.0.0.1;
-ACCEPT_FROM6 = ::1;
-UNIXPATH = /tmp/gnunet-service-set.sock
-UNIX_MATCH_UID = YES
-UNIX_MATCH_GID = YES
 OPTIONS = -L INFO
 
-
 [transport]
+PLUGINS = unix
 OPTIONS = -LERROR
 
+[nat]
+RETURN_LOCAL_ADDRESSES = YES
+DISABLEV6 = YES
+USE_LOCALADDR = YES
+
+[peerinfo]
+NO_IO = YES
+
+[nat]
+# Use addresses from the local network interfaces (inluding loopback, but also others)
+USE_LOCALADDR = YES
+
+# Disable IPv6 support
+DISABLEV6 = NO
 
-[testbed]
-OVERLAY_TOPOLOGY = CLIQUE
+# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
+RETURN_LOCAL_ADDRESSES = YES