summaryrefslogtreecommitdiffstats
path: root/tests/functional/afr/test_client_side_quorum.py
diff options
context:
space:
mode:
authorVijay Avuthu <vavuthu@redhat.com>2018-08-02 12:56:16 +0530
committerVijay Avuthu <vavuthu@redhat.com>2018-08-02 14:16:37 +0000
commit3276c6455e09660cb2d27c47ea2800f4d98ec760 (patch)
treeee24a38bbc2bf1f7147293039290d0bb04aa0274 /tests/functional/afr/test_client_side_quorum.py
parentf72c0e0f5711a413c1c1c03096c3788f3d3ffea8 (diff)
Fixing the default quorum type issue
In 3.4, default quorum type is chnaged to auto. pre 3.4 releases, it was None Change-Id: I4e58ff8cc4727db81bb6b9baadd101687ddb74b0 Signed-off-by: Vijay Avuthu <vavuthu@redhat.com>
Diffstat (limited to 'tests/functional/afr/test_client_side_quorum.py')
-rw-r--r--tests/functional/afr/test_client_side_quorum.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional/afr/test_client_side_quorum.py b/tests/functional/afr/test_client_side_quorum.py
index a3b74a1ea..8c6e3c8a5 100644
--- a/tests/functional/afr/test_client_side_quorum.py
+++ b/tests/functional/afr/test_client_side_quorum.py
@@ -372,10 +372,10 @@ class ClientSideQuorumTests(GlusterBaseClass):
self.assertIsNotNone(option_dict, ("Failed to get %s volume option"
" for volume %s"
% (option, self.volname)))
- self.assertEqual(option_dict['cluster.quorum-type'], 'none',
- ("Default value for %s is not NONE"
+ self.assertEqual(option_dict['cluster.quorum-type'], 'auto',
+ ("Default value for %s is not auto"
" for volume %s" % (option, self.volname)))
- g.log.info("Succesfull in getting %s for the volume %s",
+ g.log.info("Succesfully verified default value of %s for volume %s",
option, self.volname)
# set the junk value to cluster.quorum-type