summaryrefslogtreecommitdiffstats
path: root/tests/functional/bvt/test_cvt.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/bvt/test_cvt.py')
-rw-r--r--tests/functional/bvt/test_cvt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/bvt/test_cvt.py b/tests/functional/bvt/test_cvt.py
index e408ce52a..b4c9800f9 100644
--- a/tests/functional/bvt/test_cvt.py
+++ b/tests/functional/bvt/test_cvt.py
@@ -716,8 +716,8 @@ class TestGlusterHealSanity(GlusterBasicFeaturesSanityBaseClass):
bricks_to_bring_offline)
ret = are_bricks_offline(self.mnode, self.volname,
bricks_to_bring_offline)
- self.assertTrue(ret, "Not all the bricks in list:%s are offline",
- bricks_to_bring_offline)
+ self.assertTrue(ret, ("Not all the bricks in list: %s are offline",
+ bricks_to_bring_offline))
g.log.info("Successfully validated that bricks: %s are all offline",
bricks_to_bring_offline)