aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-07 16:02:24 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-07 16:02:24 +0100
commit472380f62852feed2cacff57c70f1c888bc3b9e6 (patch)
treeb02a44119b3e23f14252fba8196126d5a1679fe2
parentb4925b163d455ade842965ff95c09752ed49d20b (diff)
downloadgnunet-472380f62852feed2cacff57c70f1c888bc3b9e6.tar.gz
gnunet-472380f62852feed2cacff57c70f1c888bc3b9e6.zip
-add confs
-rw-r--r--src/credential/test_credential_defaults.conf24
-rw-r--r--src/credential/test_credential_lookup.conf25
2 files changed, 49 insertions, 0 deletions
diff --git a/src/credential/test_credential_defaults.conf b/src/credential/test_credential_defaults.conf
new file mode 100644
index 000000000..d157ddd43
--- /dev/null
+++ b/src/credential/test_credential_defaults.conf
@@ -0,0 +1,24 @@
1@INLINE@ ../../contrib/no_forcestart.conf
2
3[PATHS]
4GNUNET_TEST_HOME = /tmp/test-gnunet-credential-testing/
5
6[namestore-sqlite]
7FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db
8
9[namecache-sqlite]
10FILENAME=$GNUNET_TEST_HOME/namecache/namecache.db
11
12[identity]
13# Directory where we store information about our egos
14EGODIR = $GNUNET_TEST_HOME/identity/egos/
15
16[dhtcache]
17DATABASE = heap
18
19[transport]
20PLUGINS = tcp
21
22[transport-tcp]
23BINDTO = 127.0.0.1
24
diff --git a/src/credential/test_credential_lookup.conf b/src/credential/test_credential_lookup.conf
new file mode 100644
index 000000000..bf321f9db
--- /dev/null
+++ b/src/credential/test_credential_lookup.conf
@@ -0,0 +1,25 @@
1@INLINE@ test_credential_defaults.conf
2
3[PATHS]
4GNUNET_TEST_HOME = /tmp/test-gnunet-credential-peer-1/
5
6[dht]
7AUTOSTART = YES
8
9[transport]
10PLUGINS =
11
12[credential]
13AUTOSTART = YES
14PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=/tmp/credlog
15
16[gns]
17#PREFIX = valgrind --leak-check=full --track-origins=yes
18AUTOSTART = YES
19AUTO_IMPORT_PKEY = YES
20MAX_PARALLEL_BACKGROUND_QUERIES = 10
21DEFAULT_LOOKUP_TIMEOUT = 15 s
22RECORD_PUT_INTERVAL = 1 h
23ZONE_PUBLISH_TIME_WINDOW = 1 h
24DNS_ROOT=PD67SGHF3E0447TU9HADIVU9OM7V4QHTOG0EBU69TFRI2LG63DR0
25