diff options
| author | Y Bharath <y.bharath@samsung.com> | 2024-06-15 22:36:32 +0530 |
|---|---|---|
| committer | Y Bharath <y.bharath@samsung.com> | 2024-06-17 15:42:59 +0530 |
| commit | 8381dbd9e258825daff4802c4c44b3d435a7b7e3 (patch) | |
| tree | 9e2884a629e76f7b68ea9e40a98c6db7b5411814 /tests/topotests/isis_snmp | |
| parent | 045029e2442dbca3b6e7685438d171fa05c0f968 (diff) | |
tests: Avoid importing unused modules
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
Diffstat (limited to 'tests/topotests/isis_snmp')
| -rwxr-xr-x | tests/topotests/isis_snmp/test_isis_snmp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/isis_snmp/test_isis_snmp.py b/tests/topotests/isis_snmp/test_isis_snmp.py index ddef08008b..81c96b3daf 100755 --- a/tests/topotests/isis_snmp/test_isis_snmp.py +++ b/tests/topotests/isis_snmp/test_isis_snmp.py @@ -147,7 +147,7 @@ def setup_module(mod): tgen.start_router() -def teardown_module(mod): +def teardown_module(): "Teardown the pytest environment" tgen = get_topogen() |
