summaryrefslogtreecommitdiff
path: root/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.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/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py
parent3ca7090fdcdda8dc8ab0d96ed1a2c7a0a700aaf3 (diff)
parent5980ad0ae0352ba3865ee17cd9bf97bc65e35474 (diff)
Merge pull request #8172 from donaldsharp/more_pytest_bgp
More pytest stuff
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"