summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2013-07-31 08:38:40 -0400
committerLuis Pabon <lpabon@redhat.com>2013-08-06 14:37:13 -0700
commitcc0777f091875ca5e69185c013ff37a56f7bb9e6 (patch)
tree7bd1a9c5927d3040b2cddb71fcff5b55cb035e4d /test
parentfaad100cbf3d8ce17f684e553cdfb08dacd81c00 (diff)
Removed conf file sections which are not needed
Change-Id: I4f63bf4d1a8eb62fed5a9cc9b43f54de0127d3e4 Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/5445 Tested-by: Peter Portante <pportant@redhat.com> Reviewed-by: Peter Portante <pportant@redhat.com> Reviewed-on: http://review.gluster.org/5507
Diffstat (limited to 'test')
-rw-r--r--test/functional/conf/account-server.conf7
-rw-r--r--test/functional/conf/container-server.conf9
-rw-r--r--test/functional/conf/object-server.conf7
3 files changed, 0 insertions, 23 deletions
diff --git a/test/functional/conf/account-server.conf b/test/functional/conf/account-server.conf
index 5a74220..4996367 100644
--- a/test/functional/conf/account-server.conf
+++ b/test/functional/conf/account-server.conf
@@ -30,10 +30,3 @@ log_level = WARN
# normal request logging for the account server to unclutter the log
# files. Warnings and errors will still be logged.
log_requests = off
-
-[account-replicator]
-vm_test_mode = yes
-
-[account-auditor]
-
-[account-reaper]
diff --git a/test/functional/conf/container-server.conf b/test/functional/conf/container-server.conf
index dde3e23..7e665f1 100644
--- a/test/functional/conf/container-server.conf
+++ b/test/functional/conf/container-server.conf
@@ -30,12 +30,3 @@ log_level = WARN
# normal request logging for the container server to unclutter the log
# files. Warnings and errors will still be logged.
log_requests = off
-
-[container-replicator]
-vm_test_mode = yes
-
-[container-updater]
-
-[container-auditor]
-
-[container-sync]
diff --git a/test/functional/conf/object-server.conf b/test/functional/conf/object-server.conf
index 82a78bb..3cb9ead 100644
--- a/test/functional/conf/object-server.conf
+++ b/test/functional/conf/object-server.conf
@@ -46,10 +46,3 @@ disk_chunk_size = 65536
# Adjust this value match whatever is set for the disk_chunk_size initially.
# This will provide a reasonable starting point for tuning this value.
network_chunk_size = 65556
-
-[object-replicator]
-vm_test_mode = yes
-
-[object-updater]
-
-[object-auditor]