aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_service_fs_migration_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-26 20:46:25 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-26 20:46:25 +0000
commita4bdb0feb4bd31c7dcbef939e1d80949ee5b0515 (patch)
tree43543ada749760062a40df086ab94498180fea4f /src/fs/test_gnunet_service_fs_migration_data.conf
parent43677cdd03d9a1219b9a1211f27c04f69732dfbc (diff)
downloadgnunet-a4bdb0feb4bd31c7dcbef939e1d80949ee5b0515.tar.gz
gnunet-a4bdb0feb4bd31c7dcbef939e1d80949ee5b0515.zip
adding test for content migration
Diffstat (limited to 'src/fs/test_gnunet_service_fs_migration_data.conf')
-rw-r--r--src/fs/test_gnunet_service_fs_migration_data.conf58
1 files changed, 58 insertions, 0 deletions
diff --git a/src/fs/test_gnunet_service_fs_migration_data.conf b/src/fs/test_gnunet_service_fs_migration_data.conf
new file mode 100644
index 000000000..f13ddad72
--- /dev/null
+++ b/src/fs/test_gnunet_service_fs_migration_data.conf
@@ -0,0 +1,58 @@
1[PATHS]
2SERVICEHOME = /tmp/test-gnunet-service-fs-migration/
3DEFAULTCONFIG = test_gnunet_service_fs_migration_data.conf
4
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 43464
10HOSTNAME = localhost
11
12[transport]
13PORT = 43465
14PLUGINS = tcp
15#DEBUG = YES
16
17[arm]
18PORT = 43466
19HOSTNAME = localhost
20DEFAULTSERVICES = fs
21
22[datastore]
23#DEBUG = YES
24#PREFIX = valgrind --tool=memcheck --leak-check=yes
25
26[statistics]
27PORT = 43467
28HOSTNAME = localhost
29
30[transport-tcp]
31TIMEOUT = 300000
32PORT = 43468
33
34[peerinfo]
35PORT = 43469
36HOSTNAME = localhost
37
38[core]
39PORT = 43470
40HOSTNAME = localhost
41#TOTAL_QUOTA_IN = 9321
42#TOTAL_QUOTA_OUT = 9321
43TOTAL_QUOTA_IN = 3932160
44TOTAL_QUOTA_OUT = 3932160
45#DEBUG = YES
46#PREFIX = valgrind --tool=memcheck --leak-check=yes
47
48[fs]
49PORT = 43471
50HOSTNAME = localhost
51#OPTIONS = -L DEBUG
52ACTIVEMIGRATION = YES
53#DEBUG = YES
54#PREFIX = valgrind --tool=memcheck --leak-check=yes
55#PREFIX = xterm -e gdb -x cmd --args
56
57[testing]
58WEAKRANDOM = YES