summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsayaleeraut <saraut@redhat.com>2020-06-09 12:43:47 +0530
committersayaleeraut <saraut@redhat.com>2020-06-09 12:43:47 +0530
commit1fe33a91d801208218bd64123390213a28b8876c (patch)
tree4e0bdb38e7d16c08881a8a1dd36ea1a83eab3f51 /tests
parent602fba27404f1e434392a62176f85fb24c55cfe7 (diff)
[LibFix] Correct the name for dist-arbiter volume
The volume distributed-arbiter was mentined as "distributed-arbiter: &distrbuted_arbiter" and "type: distributed_arbiter" under "volume_types:"; but it must be "&distrbuted-arbiter" and "type: distributed-arbiter", in accordance with the format in gluster_base_class.py Change-Id: I4a35a8827f26050328acfeddc3ce930225181e7a Signed-off-by: sayaleeraut <saraut@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/gluster_tests_config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gluster_tests_config.yml b/tests/gluster_tests_config.yml
index 3684080f2..36c1b8390 100644
--- a/tests/gluster_tests_config.yml
+++ b/tests/gluster_tests_config.yml
@@ -203,8 +203,8 @@ gluster:
replica_count: 3
arbiter_count: 1
transport: tcp
- distributed-arbiter: &distrbuted_arbiter
- type: distributed_arbiter
+ distributed-arbiter: &distrbuted-arbiter
+ type: distributed-arbiter
dist_count: 2
replica_count: 3
arbiter_count: 1