diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-06-18 15:52:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-18 15:52:38 -0400 |
| commit | a1b21f526ad5d6807b39d3569845b0cb25b4d1bf (patch) | |
| tree | 390c8c2096f4c2a964a6d8bb50c5ab2167c77ae5 /tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py | |
| parent | c7276d1580126be366fc8669909c02a7f4368fd3 (diff) | |
| parent | 8381dbd9e258825daff4802c4c44b3d435a7b7e3 (diff) | |
Merge pull request #16227 from y-bharath14/srib-topotest-e
tests: Avoid importing unused modules
Diffstat (limited to 'tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py')
| -rw-r--r-- | tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py index 3bafd27f24..15e0f5316e 100644 --- a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py +++ b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py @@ -36,7 +36,6 @@ from lib.common_config import ( step, create_interfaces_cfg, create_debug_log_config, - apply_raw_config, ) from lib.topolog import logger from lib.topojson import build_config_from_json @@ -121,7 +120,7 @@ def setup_module(mod): logger.info("Running setup_module() done") -def teardown_module(mod): +def teardown_module(): """ Teardown the pytest environment. |
