projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5905ef
)
-disable lm during integration tests
author
Christian Grothoff
<christian@grothoff.org>
Sun, 27 May 2012 19:43:06 +0000
(19:43 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 27 May 2012 19:43:06 +0000
(19:43 +0000)
src/integration-tests/confs/c_bootstrap_server.conf
patch
|
blob
|
history
src/integration-tests/confs/c_nat_client.conf
patch
|
blob
|
history
src/integration-tests/confs/c_no_nat_client.conf
patch
|
blob
|
history
diff --git
a/src/integration-tests/confs/c_bootstrap_server.conf
b/src/integration-tests/confs/c_bootstrap_server.conf
index b68ac5a537e89f805e46d12c90d6717476b9de41..7235fca9cbe5156f1345adceae2e072e0287eb79 100644
(file)
--- a/
src/integration-tests/confs/c_bootstrap_server.conf
+++ b/
src/integration-tests/confs/c_bootstrap_server.conf
@@
-357,4
+357,7
@@
QUOTA = 1 MB
AUTOSTART = NO
[namestore]
+AUTOSTART = NO
+
+[lockmanager]
AUTOSTART = NO
\ No newline at end of file
diff --git
a/src/integration-tests/confs/c_nat_client.conf
b/src/integration-tests/confs/c_nat_client.conf
index 3817404d109db7e00d8eacb9116b7b2097c65290..4f6c5785beba877b142bc7fd18b4715a4ad1b341 100644
(file)
--- a/
src/integration-tests/confs/c_nat_client.conf
+++ b/
src/integration-tests/confs/c_nat_client.conf
@@
-357,4
+357,7
@@
UNIX_MATCH_GID = YES
[dhtcache]
DATABASE = sqlite
-QUOTA = 1 MB
\ No newline at end of file
+QUOTA = 1 MB
+
+[lockmanager]
+AUTOSTART = NO
\ No newline at end of file
diff --git
a/src/integration-tests/confs/c_no_nat_client.conf
b/src/integration-tests/confs/c_no_nat_client.conf
index 3181447bcaf32b11e3108eadfeea67af9a9ad0f5..0a24b5a5315a71664a83b7ccbc11fb5e5573f466 100644
(file)
--- a/
src/integration-tests/confs/c_no_nat_client.conf
+++ b/
src/integration-tests/confs/c_no_nat_client.conf
@@
-360,3
+360,5
@@
UNIX_MATCH_GID = YES
DATABASE = sqlite
QUOTA = 1 MB
+[lockmanager]
+AUTOSTART = NO