summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/ospf.py
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2021-03-02 09:30:06 +0200
committerGitHub <noreply@github.com>2021-03-02 09:30:06 +0200
commitc103ac43dea8087e33e62dec69cee2d79e362ed5 (patch)
tree82dc7576b9642d50ae050803cbf274fc8229acf7 /tests/topotests/lib/ospf.py
parent3ca7090fdcdda8dc8ab0d96ed1a2c7a0a700aaf3 (diff)
parent5980ad0ae0352ba3865ee17cd9bf97bc65e35474 (diff)
Merge pull request #8172 from donaldsharp/more_pytest_bgp
More pytest stuff
Diffstat (limited to 'tests/topotests/lib/ospf.py')
-rw-r--r--tests/topotests/lib/ospf.py4
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.