From 25837461085d87fba59638ede4face1695d5677b Mon Sep 17 00:00:00 2001 From: Kuldeep Kashyap Date: Mon, 9 Jan 2023 09:06:28 -0800 Subject: [PATCH] tests: fix for test_pim6_multiple_groups_different_RP_address_p2 failure Testcase: test_pim6_multiple_groups_different_RP_address_p2 was failing because of a bug in framework, Fixed the bug in this commit. Signed-off-by: Kuldeep Kashyap --- tests/topotests/lib/pim.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/topotests/lib/pim.py b/tests/topotests/lib/pim.py index 7a57af7dbf..bf68d3535f 100644 --- a/tests/topotests/lib/pim.py +++ b/tests/topotests/lib/pim.py @@ -1212,8 +1212,8 @@ def verify_upstream_iif( ) return errormsg - logger.debug("Exiting lib API: {}".format(sys._getframe().f_code.co_name)) - return True + logger.debug("Exiting lib API: {}".format(sys._getframe().f_code.co_name)) + return True @retry(retry_timeout=12)