]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Apply black formatting for rip_topo1/ripng_topo1 13767/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 12 Jun 2023 08:45:03 +0000 (11:45 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 12 Jun 2023 08:45:03 +0000 (11:45 +0300)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/rip_topo1/test_rip_topo1.py
tests/topotests/ripng_topo1/test_ripng_topo1.py

index 9850cc695d4e93593056bbdd5387aa952e6ece09..9b0eaf9a18545f9914039695f5e6439250c819b2 100644 (file)
@@ -330,7 +330,6 @@ def test_shutdown_check_stderr():
 
 
 if __name__ == "__main__":
-
     # To suppress tracebacks, either use the following pytest call or add "--tb=no" to cli
     # retval = pytest.main(["-s", "--tb=no"])
     retval = pytest.main(["-s"])
index b9e63ed5fa6e1bb27bee32cbe5f32a6b77f4ecfa..6bebf6044bc8076c35bcc76249f78d940bc21314 100644 (file)
@@ -374,7 +374,6 @@ def test_shutdown_check_memleak():
 
 
 if __name__ == "__main__":
-
     # To suppress tracebacks, either use the following pytest call or add "--tb=no" to cli
     # retval = pytest.main(["-s", "--tb=no"])
     retval = pytest.main(["-s"])