summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_updates_in_options_file_on_quorum_changes.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Add tc to check updates in 'options' file on quorum changesnik-redhat2020-11-051-0/+94
Test Steps: 1. Create and start a volume 2. Check the output of '/var/lib/glusterd/options' file 3. Store the value of 'global-option-version' 4. Set server-quorum-ratio to 70% 5. Check the output of '/var/lib/glusterd/options' file 6. Compare the value of 'global-option-version' and check if the value of 'server-quorum-ratio' is set to 70% Change-Id: I5af40a1e05eb542e914e5766667c271cbbe126e8 Signed-off-by: nik-redhat <nladha@redhat.com>