summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVijay Avuthu <vavuthu@redhat.com>2018-01-05 14:52:04 +0530
committerVijay Avuthu <vavuthu@redhat.com>2018-01-08 14:50:20 +0530
commitd6d816ef4013f754c75c29158b46644823daec4f (patch)
treeb122bfe65b5520ff99ba06e49d3f6aa30d57d167 /tests
parentfe9a239bf4b3b3569553d18ae33b052679b51357 (diff)
Adding missing parameters
Chnages incorporated as per comment Change-Id: I9a21e0350400198806644c07474ae6aeeeae6c58 Signed-off-by: Vijay Avuthu <vavuthu@redhat.com>
Diffstat (limited to 'tests')
-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)