]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/bgp_suppress_fib/test_bgp_suppress_fib.py
tests: please follow the style guide
[mirror_frr.git] / tests / topotests / bgp_suppress_fib / test_bgp_suppress_fib.py
index cf8be5f44f56ac35baf82783086c61860efe432c..c75055c26f8dbe4fc5d3ee6719ac145497e7fa79 100644 (file)
@@ -56,6 +56,7 @@ class TemplateTopo(Topo):
         switch.add_link(tgen.gears["r2"])
         switch.add_link(tgen.gears["r3"])
 
+
 def setup_module(mod):
     tgen = Topogen(TemplateTopo, mod.__name__)
     tgen.start_topology()
@@ -114,6 +115,7 @@ def test_bgp_route():
     assertmsg = '"r3" JSON output mismatches'
     assert result is None, assertmsg
 
+
 if __name__ == "__main__":
     args = ["-s"] + sys.argv[1:]
     sys.exit(pytest.main(args))