From 1171da0ad4c25f99f591cd9a537736e85b2f9c58 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 27 May 2012 19:43:06 +0000 Subject: [PATCH] -disable lm during integration tests --- src/integration-tests/confs/c_bootstrap_server.conf | 3 +++ src/integration-tests/confs/c_nat_client.conf | 5 ++++- src/integration-tests/confs/c_no_nat_client.conf | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) 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 -- 2.25.1