diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-07-24 10:28:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 10:28:43 -0400 |
| commit | a694be60195f19e0e283c067fd772fe30fb0e5ca (patch) | |
| tree | a53dbc518d461e8c7055f64a42e52782f8a6f07c /tests/topotests/bgp_oad/test_bgp_oad.py | |
| parent | 5bb0b01e3486c25a9412688a8dc1d0ead91036da (diff) | |
| parent | 5b06a17715c63f7639640a97be338ace8fc76f79 (diff) | |
Merge pull request #16240 from y-bharath14/srib-topotest-f
tests: Avoid using unused modules and variables at FRR test suites
Diffstat (limited to 'tests/topotests/bgp_oad/test_bgp_oad.py')
| -rw-r--r-- | tests/topotests/bgp_oad/test_bgp_oad.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/topotests/bgp_oad/test_bgp_oad.py b/tests/topotests/bgp_oad/test_bgp_oad.py index bb779462db..6dd46fbdaa 100644 --- a/tests/topotests/bgp_oad/test_bgp_oad.py +++ b/tests/topotests/bgp_oad/test_bgp_oad.py @@ -11,7 +11,6 @@ EBGP-OAD is configured. """ import os -import re import sys import json import pytest @@ -24,8 +23,7 @@ sys.path.append(os.path.join(CWD, "../")) # pylint: disable=C0413 from lib import topotest -from lib.topogen import Topogen, TopoRouter, get_topogen -from lib.common_config import step +from lib.topogen import Topogen, get_topogen def setup_module(mod): |
