summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_basic_functionality/test_ospf_lan.py
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2023-01-31 16:10:04 +0100
committerMartin Winter <mwinter@opensourcerouting.org>2023-01-31 16:10:04 +0100
commit82db2cd11fe50c04137d39e68066fa0d765d7b8d (patch)
tree6d4d51f2be56f4f0307c63d821cf946385c20e95 /tests/topotests/ospf_basic_functionality/test_ospf_lan.py
parentea768492f1499830292eec0a31b968e045d598f1 (diff)
tests: Fix wrong tgen.stop_topology() calls which got skipped
Calls were missing the () and caused the stop_topology() to be skipped Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_lan.py')
-rw-r--r--tests/topotests/ospf_basic_functionality/test_ospf_lan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_lan.py b/tests/topotests/ospf_basic_functionality/test_ospf_lan.py
index 80ca0c8b04..773e83bd95 100644
--- a/tests/topotests/ospf_basic_functionality/test_ospf_lan.py
+++ b/tests/topotests/ospf_basic_functionality/test_ospf_lan.py
@@ -143,7 +143,7 @@ def teardown_module():
try:
# Stop toplogy and Remove tmp files
- tgen.stop_topology
+ tgen.stop_topology()
except OSError:
# OSError exception is raised when mininet tries to stop switch