clean up zone iteration logic
[oweals/gnunet.git] / src / namestore / test_namestore_api.conf
index eaeeae8599af7bab362e63c1898e2439eee5ddfe..29ff90b5dfd2bcb80b049c6e930b230869926a19 100644 (file)
@@ -1,35 +1,29 @@
-[arm]
-PORT = 12000
-DEFAULTSERVICES = namestore
-UNIXPATH = /tmp/gnunet-p1-service-arm.sock
+@INLINE@ ../../contrib/no_forcestart.conf
+@INLINE@ ../../contrib/no_autostart_above_core.conf
+
+[PATHS]
+GNUNET_TEST_HOME = /tmp/test-gnunet-namestore/
 
 [namestore]
-PREFIX = valgrind --leak-check=full --track-origins=yes 
+DATABASE = sqlite
 AUTOSTART = YES
-UNIXPATH = /tmp/gnunet-service-namestore.sock
-UNIX_MATCH_UID = YES
-UNIX_MATCH_GID = YES
-PORT = 2099
-HOSTNAME = localhost
-HOME = $SERVICEHOME
-CONFIG = $DEFAULTCONFIG
-BINARY = gnunet-service-namestore
-ACCEPT_FROM = 127.0.0.1;
-ACCEPT_FROM6 = ::1;
+
+[namecache]
 DATABASE = sqlite
-ZONEFILE_DIRECTORY = zonefiles
+AUTOSTART = YES
+
+[identity]
+AUTOSTART = YES
 
 [namestore-sqlite]
-FILENAME = $SERVICEHOME/namestore/sqlite_test.db
+FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db
 
 [namestore-postgres]
-CONFIG = connect_timeout=10; dbname=gnunet
+CONFIG = connect_timeout=10; dbname=gnunetcheck
+TEMPORARY_TABLE = YES
 
-[namestore-mysql]
-DATABASE = gnunet
-CONFIG = ~/.my.cnf
-# USER = gnunet
-# PASSWORD = 
-# HOST = localhost
-# PORT = 3306
+[nse]
+WORKBITS = 0
 
+[transport]
+PLUGINS =