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 <kashyapk@vmware.com>
This commit is contained in:
Kuldeep Kashyap 2023-01-09 09:06:28 -08:00
parent 2a8ad2ea97
commit 2583746108

View File

@ -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)