From 5980ad0ae0352ba3865ee17cd9bf97bc65e35474 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 1 Mar 2021 09:18:49 -0500 Subject: tests: Run `black` against tests again to clean up formatting Signed-off-by: Donald Sharp --- tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py') diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py b/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py index c90275ecb0..be18ba5a78 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py @@ -146,7 +146,6 @@ def setup_module(mod): if tgen.routers_have_failure(): pytest.skip(tgen.errors) - logger.info("Running setup_module() done") @@ -397,10 +396,7 @@ def test_ospf_p2mp_tc1_p0(request): "links": { "r3": { "interface": topo["routers"]["r0"]["links"]["r3"]["interface"], - "ospf": { - "area": "0.0.0.0", - "networkType":"POINTOMULTIPOINT" - }, + "ospf": {"area": "0.0.0.0", "networkType": "POINTOMULTIPOINT"}, } } } -- cgit v1.2.3