summaryrefslogtreecommitdiff
path: root/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-03-01 09:18:49 -0500
committerDonald Sharp <sharpd@nvidia.com>2021-03-01 09:18:49 -0500
commit5980ad0ae0352ba3865ee17cd9bf97bc65e35474 (patch)
tree3631cd0817da3b9e227525f6c0d962fcc9273e1c /tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py
parentb9a210f9514ae71d24c848f106a5d203841c5eb4 (diff)
tests: Run `black` against tests again to clean up formatting
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py')
-rw-r--r--tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py b/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py
index 99c831c8cf..57b45e5fdf 100644
--- a/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py
+++ b/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py
@@ -81,6 +81,7 @@ from mininet.topo import Topo
pytestmark = [pytest.mark.ldpd, pytest.mark.ospfd]
+
class TemplateTopo(Topo):
"Test topology builder"