diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-01-31 12:30:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-31 12:30:35 -0500 |
| commit | be9692741bd47192901ee86b603a6e07be7650c5 (patch) | |
| tree | a1aa91233bba45f62ce1849e99a3f5eae63e7aae /tests/topotests/ospf_basic_functionality/test_ospf_lan.py | |
| parent | 3b337b7d27dcc22a22e363653ccbf964bee985ed (diff) | |
| parent | 82db2cd11fe50c04137d39e68066fa0d765d7b8d (diff) | |
Merge pull request #12717 from opensourcerouting/topotest_stop_topo_fix
tests: Fix wrong tgen.stop_topology() calls which got skipped
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_lan.py')
| -rw-r--r-- | tests/topotests/ospf_basic_functionality/test_ospf_lan.py | 2 |
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 |
