summaryrefslogtreecommitdiffstats
path: root/tests/test_config_generator.py
diff options
context:
space:
mode:
authorSahina Bose <sabose@redhat.com>2015-05-26 11:47:31 +0530
committerSahina Bose <sabose@redhat.com>2015-05-28 03:47:53 -0700
commit48ad0ab08d4762bade7fb91d2260ae5e7019851d (patch)
tree212d7318ef013c70186106e233050dd874e410fe /tests/test_config_generator.py
parent51577ced2a452dcf440a14f46acb3d2f6395fbd2 (diff)
nagios-config: Rename self-heal status plugin
Renaming self-heal status plugin to split-brain status Change-Id: Icdb934904eda9c47ccdc4ba41a9204048918f0a9 Bug-Url: https://bugzilla.redhat.com/1221872 Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: http://review.gluster.org/10908
Diffstat (limited to 'tests/test_config_generator.py')
-rw-r--r--tests/test_config_generator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_config_generator.py b/tests/test_config_generator.py
index aa9db1b..5a0294e 100644
--- a/tests/test_config_generator.py
+++ b/tests/test_config_generator.py
@@ -102,10 +102,10 @@ class TestGlusterNagiosConfManager(TestCaseBase):
serviceCount += 1
if 'REPLICATE' in volume['type']:
- serviceDesc = 'Volume Self-Heal - %s' % (volume['name'])
+ serviceDesc = 'Volume Split-brain status - %s' % (volume['name'])
service = self._findServiceInList(serviceList, serviceDesc)
self.assertNotEqual(service, None,
- "Volume Self-Heal service is not created")
+ "Volume Split-brain service is not created")
serviceCount += 1
return serviceCount