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/lib/ospf.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/lib/ospf.py')
| -rw-r--r-- | tests/topotests/lib/ospf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/topotests/lib/ospf.py b/tests/topotests/lib/ospf.py index 5bc9f14fea..79e4d97448 100644 --- a/tests/topotests/lib/ospf.py +++ b/tests/topotests/lib/ospf.py @@ -94,7 +94,9 @@ def create_router_ospf(tgen, topo, input_dict=None, build=False, load_config=Tru return result -def __create_ospf_global(tgen, input_dict, router, build=False, load_config=True, ospf="ospf"): +def __create_ospf_global( + tgen, input_dict, router, build=False, load_config=True, ospf="ospf" +): """ Helper API to create ospf global configuration. |
