diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-12 10:45:03 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-12 10:45:03 +0200 |
commit | 48008be43fd4aa75303c463538998528b58afe7b (patch) | |
tree | d0d0db959bc46136bd949dd40ee55e263321ac01 /tests | |
parent | tests: Use run_and_expect() for ripng_topo1 (diff) | |
download | frr-48008be43fd4aa75303c463538998528b58afe7b.tar.xz frr-48008be43fd4aa75303c463538998528b58afe7b.zip |
tests: Apply black formatting for rip_topo1/ripng_topo1
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/topotests/rip_topo1/test_rip_topo1.py | 1 | ||||
-rw-r--r-- | tests/topotests/ripng_topo1/test_ripng_topo1.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/topotests/rip_topo1/test_rip_topo1.py b/tests/topotests/rip_topo1/test_rip_topo1.py index 9850cc695..9b0eaf9a1 100644 --- a/tests/topotests/rip_topo1/test_rip_topo1.py +++ b/tests/topotests/rip_topo1/test_rip_topo1.py @@ -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"]) diff --git a/tests/topotests/ripng_topo1/test_ripng_topo1.py b/tests/topotests/ripng_topo1/test_ripng_topo1.py index b9e63ed5f..6bebf6044 100644 --- a/tests/topotests/ripng_topo1/test_ripng_topo1.py +++ b/tests/topotests/ripng_topo1/test_ripng_topo1.py @@ -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"]) |