diff options
| author | Kuldeep Kashyap <kashyapk@vmware.com> | 2023-01-09 09:06:28 -0800 |
|---|---|---|
| committer | Kuldeep Kashyap <kashyapk@vmware.com> | 2023-01-19 05:26:37 -0800 |
| commit | 25837461085d87fba59638ede4face1695d5677b (patch) | |
| tree | 8b4ef67b81ce91b87891166476f1ea0713675346 /tests/topotests/lib/pim.py | |
| parent | 2a8ad2ea97d02b7399ce2d8aae69c7200c4499f5 (diff) | |
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>
Diffstat (limited to 'tests/topotests/lib/pim.py')
| -rw-r--r-- | tests/topotests/lib/pim.py | 4 |
1 files 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) |
