]> git.puffer.fish Git - mirror/frr.git/commitdiff
test: Cleanup via black the test_multicast_pim_sm_topo4.py
authorDonald Sharp <sharpd@nvidia.com>
Fri, 7 Jan 2022 12:58:29 +0000 (07:58 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 7 Jan 2022 16:03:15 +0000 (11:03 -0500)
The test needed some cleanup via black formatting.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo4.py

index db4eafea5472deb389f80c114367fbefe0f1745e..6d7f1bf1f03e75dddf5f9a1af7545baf598b4b00 100755 (executable)
@@ -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)