From: Christian Grothoff Date: Sun, 27 May 2012 19:43:06 +0000 (+0000) Subject: -disable lm during integration tests X-Git-Tag: initial-import-from-subversion-38251~13393 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1171da0ad4c25f99f591cd9a537736e85b2f9c58;p=oweals%2Fgnunet.git -disable lm during integration tests --- diff --git a/src/integration-tests/confs/c_bootstrap_server.conf b/src/integration-tests/confs/c_bootstrap_server.conf index b68ac5a53..7235fca9c 100644 --- 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 3817404d1..4f6c5785b 100644 --- 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 3181447bc..0a24b5a53 100644 --- 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