aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-27 19:43:06 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-27 19:43:06 +0000
commit1171da0ad4c25f99f591cd9a537736e85b2f9c58 (patch)
tree5748115045698cc75fbceeaed90bcf9f6dd5a6f2 /src/integration-tests
parentd5905efcda8c7a44ce557843890b52ebc20722e5 (diff)
downloadgnunet-1171da0ad4c25f99f591cd9a537736e85b2f9c58.tar.gz
gnunet-1171da0ad4c25f99f591cd9a537736e85b2f9c58.zip
-disable lm during integration tests
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/confs/c_bootstrap_server.conf3
-rw-r--r--src/integration-tests/confs/c_nat_client.conf5
-rw-r--r--src/integration-tests/confs/c_no_nat_client.conf2
3 files changed, 9 insertions, 1 deletions
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
357AUTOSTART = NO 357AUTOSTART = NO
358 358
359[namestore] 359[namestore]
360AUTOSTART = NO
361
362[lockmanager]
360AUTOSTART = NO \ No newline at end of file 363AUTOSTART = 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
357 357
358[dhtcache] 358[dhtcache]
359DATABASE = sqlite 359DATABASE = sqlite
360QUOTA = 1 MB \ No newline at end of file 360QUOTA = 1 MB
361
362[lockmanager]
363AUTOSTART = 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
360DATABASE = sqlite 360DATABASE = sqlite
361QUOTA = 1 MB 361QUOTA = 1 MB
362 362
363[lockmanager]
364AUTOSTART = NO