added lookup test + fix in test
[oweals/gnunet.git] / src / namestore / test_namestore_api.conf
index c73a15498657968211eaf01efa6e3c89a574ba27..1478d185b09f569cedc9a919f5d2594231040df2 100644 (file)
@@ -1,30 +1,19 @@
+[PATHS]
+GNUNET_TEST_HOME = /tmp/test-gnunet-namestore/
+
+[arm]
+PORT = 12000
+DEFAULTSERVICES = namecache namestore
+
 [namestore]
+#PREFIX = valgrind
 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;
 DATABASE = sqlite
 
 [namestore-sqlite]
-FILENAME = $SERVICEHOME/namestore/sqlite.db
+FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db
 
 [namestore-postgres]
-CONFIG = connect_timeout=10; dbname=gnunet
-
-[namestore-mysql]
-DATABASE = gnunet
-CONFIG = ~/.my.cnf
-# USER = gnunet
-# PASSWORD = 
-# HOST = localhost
-# PORT = 3306
-
-
+CONFIG = connect_timeout=10; dbname=gnunetcheck
+TEMPORARY_TABLE = YES