summaryrefslogtreecommitdiffstats
path: root/tests/gluster_tests_config.yml
diff options
context:
space:
mode:
authorsayaleeraut <saraut@redhat.com>2019-11-27 18:25:50 +0530
committerBala Konda Reddy M <bmekala@redhat.com>2019-11-29 12:26:15 +0000
commit08b727842bc66603e3b8d1160ee4b15051b0cd20 (patch)
tree9123827a7450e08a1b0f37e9af83c73d47f78a47 /tests/gluster_tests_config.yml
parentcab20968a517933bb1da084fb00a48a5448079f9 (diff)
[lib]:Adding the default configs for arbiter and dist-arbiter
Adding the default configurations for arbiter and distributed- arbiter volume types, as it was missing from the gluster_base_class.py. Adding Arbiter and Distributed arbiter configuration in the glusto_tests_config.yml Change-Id: Ic078505975ff1a1171a4bc6ee6ad2c67f0fb45f1 Signed-off-by: sayaleeraut <saraut@redhat.com>
Diffstat (limited to 'tests/gluster_tests_config.yml')
-rw-r--r--tests/gluster_tests_config.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/gluster_tests_config.yml b/tests/gluster_tests_config.yml
index 9a3689407..459cc7d53 100644
--- a/tests/gluster_tests_config.yml
+++ b/tests/gluster_tests_config.yml
@@ -190,6 +190,17 @@ gluster:
disperse_count: 6
redundancy_count: 2
transport: tcp
+ arbiter: &arbiter
+ type: arbiter
+ replica_count: 3
+ arbiter_count: 1
+ transport: tcp
+ distributed-arbiter: &distrbuted_arbiter
+ type: distributed_arbiter
+ dist_count: 2
+ replica_count: 3
+ arbiter_count: 1
+ transport: tcp
volume_create_force: False