]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py
tests: cleanup: rerun changed files through black
[mirror_frr.git] / tests / topotests / bgp_vrf_netns / test_bgp_vrf_netns_topo.py
index 8d2cb08ca8ccb057927fd9c28e1e74ed002d7d54..c380cc10bf15db352ec4bbb4dc1d5fd4cac27543 100644 (file)
@@ -178,7 +178,10 @@ def test_bgp_convergence():
     expected = json.loads(open(reffile).read())
 
     test_func = functools.partial(
-        topotest.router_json_cmp, router, "show bgp vrf r1-bgp-cust1 summary json", expected
+        topotest.router_json_cmp,
+        router,
+        "show bgp vrf r1-bgp-cust1 summary json",
+        expected,
     )
     _, res = topotest.run_and_expect(test_func, None, count=90, wait=0.5)
     assertmsg = "BGP router network did not converge"