summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py')
-rw-r--r--tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py6
1 files changed, 1 insertions, 5 deletions
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"},
}
}
}