summaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/bvt/test_cvt.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/functional/bvt/test_cvt.py b/tests/functional/bvt/test_cvt.py
index 2306c4c7e..e408ce52a 100644
--- a/tests/functional/bvt/test_cvt.py
+++ b/tests/functional/bvt/test_cvt.py
@@ -716,8 +716,10 @@ 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")
- g.log.info("Successfully validated that bricks: %s are all 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)
# Add delay before bringing bricks online
time.sleep(40)