summaryrefslogtreecommitdiffstats
path: root/tests/functional/afr/heal/test_no_glustershd_with_distribute.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/afr/heal/test_no_glustershd_with_distribute.py')
-rw-r--r--tests/functional/afr/heal/test_no_glustershd_with_distribute.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/functional/afr/heal/test_no_glustershd_with_distribute.py b/tests/functional/afr/heal/test_no_glustershd_with_distribute.py
index fdf818abd..d2b43bfe3 100644
--- a/tests/functional/afr/heal/test_no_glustershd_with_distribute.py
+++ b/tests/functional/afr/heal/test_no_glustershd_with_distribute.py
@@ -144,10 +144,10 @@ class SelfHealDaemonProcessTestsWithMultipleVolumes(GlusterBaseClass):
self.assertFalse(ret, ("Self heal daemon process is still running "
"after stopping all volumes "))
for node in pids:
- self.assertEquals(pids[node][0], -1, ("Self heal daemon is still "
- "running on node %s even "
- "after stoppong all "
- "volumes" % node))
+ self.assertEqual(pids[node][0], -1, ("Self heal daemon is still "
+ "running on node %s even "
+ "after stoppong all "
+ "volumes" % node))
g.log.info("EXPECTED: No self heal daemon process is "
"running after stopping all volumes")
@@ -169,9 +169,9 @@ class SelfHealDaemonProcessTestsWithMultipleVolumes(GlusterBaseClass):
self.assertFalse(ret, ("Self heal daemon process is still running "
"after stopping all volumes "))
for node in pids:
- self.assertEquals(pids[node][0], -1, ("Self heal daemon is still "
- "running on node %s even "
- "after stopping all "
- "volumes" % node))
+ self.assertEqual(pids[node][0], -1, ("Self heal daemon is still "
+ "running on node %s even "
+ "after stopping all "
+ "volumes" % node))
g.log.info("EXPECTED: No self heal daemon process is running "
"after stopping all volumes")