summaryrefslogtreecommitdiffstats
path: root/tests/test_check_gluster_syslog.py
diff options
context:
space:
mode:
authorSahina Bose <sabose@redhat.com>2014-11-11 16:49:00 +0530
committerSahina Bose <sabose@redhat.com>2014-11-11 22:20:44 -0800
commit60064cf343ac5c4393f0cef65a21cb505edcff10 (patch)
tree8c8797feaa27f8cca2dd0bb3aa4bf2dd857d0dd2 /tests/test_check_gluster_syslog.py
parent427cc7f5a66d8ca89661dc413925a23c5bcbde91 (diff)
plugins: Change the message for quorum plugin
The message for Cluster-quorum monitoring contained the volume names too...removed this as it was retained even post volume deletion Bug-Url: https://bugzilla.redhat.com/1109702 Change-Id: Ibcb4cfcdb10041e83976e8672623a0140777a539 Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: http://review.gluster.org/9095 Reviewed-by: Ramesh N <rnachimu@redhat.com>
Diffstat (limited to 'tests/test_check_gluster_syslog.py')
-rw-r--r--tests/test_check_gluster_syslog.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_check_gluster_syslog.py b/tests/test_check_gluster_syslog.py
index bfa6ec1..c5d64df 100644
--- a/tests/test_check_gluster_syslog.py
+++ b/tests/test_check_gluster_syslog.py
@@ -60,9 +60,7 @@ class TestGlusterSyslog(TestCaseBase):
mock_send_to_nsca.assert_called_with("test-cluster",
"Cluster - Quorum",
utils.PluginStatusCode.CRITICAL,
- "QUORUM: Server quorum lost "
- "for volume dist. "
- "Stopping local bricks. ")
+ "QUORUM: Server quorum lost.")
@mock.patch('plugins.nscautils.getNagiosClusterName')
@mock.patch('plugins.nscautils.send_to_nsca_subproc')