diff options
| -rwxr-xr-x | tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo4.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo4.py b/tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo4.py index db4eafea54..6d7f1bf1f0 100755 --- a/tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo4.py +++ b/tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo4.py @@ -1045,9 +1045,9 @@ def test_PIM_hello_tx_rx_p1(request): step("verify stats incremented on c1") result = verify_state_incremented(c1_state_before, c1_state_after) - assert ( - result is True - ), "Testcase{} : Failed Error: {}" "stats incremented".format(tc_name, result) + assert result is True, "Testcase{} : Failed Error: {}" "stats incremented".format( + tc_name, result + ) write_test_footer(tc_name) |
