diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-03-01 09:18:49 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-03-01 09:18:49 -0500 |
| commit | 5980ad0ae0352ba3865ee17cd9bf97bc65e35474 (patch) | |
| tree | 3631cd0817da3b9e227525f6c0d962fcc9273e1c /tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py | |
| parent | b9a210f9514ae71d24c848f106a5d203841c5eb4 (diff) | |
tests: Run `black` against tests again to clean up formatting
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py')
| -rw-r--r-- | tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py | 6 |
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"}, } } } |
