From d6d816ef4013f754c75c29158b46644823daec4f Mon Sep 17 00:00:00 2001 From: Vijay Avuthu Date: Fri, 5 Jan 2018 14:52:04 +0530 Subject: Adding missing parameters Chnages incorporated as per comment Change-Id: I9a21e0350400198806644c07474ae6aeeeae6c58 Signed-off-by: Vijay Avuthu --- tests/functional/bvt/test_cvt.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/functional/bvt/test_cvt.py') 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) -- cgit