diff options
| author | Y Bharath <y.bharath@samsung.com> | 2024-06-19 12:51:05 +0530 | 
|---|---|---|
| committer | Y Bharath <y.bharath@samsung.com> | 2024-07-15 13:09:32 +0530 | 
| commit | 5b06a17715c63f7639640a97be338ace8fc76f79 (patch) | |
| tree | 2846ad24816fde67523c45ca021d5ffe3e356f27 /tests/topotests/bgp_evpn_maximum_prefix | |
| parent | 659741f3fa682d0d32ab24a178794be4ef2e0220 (diff) | |
tests: Refactoring FRR test suites
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
Diffstat (limited to 'tests/topotests/bgp_evpn_maximum_prefix')
| -rw-r--r-- | tests/topotests/bgp_evpn_maximum_prefix/test_bgp_evpn_maximum_prefix.py | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/topotests/bgp_evpn_maximum_prefix/test_bgp_evpn_maximum_prefix.py b/tests/topotests/bgp_evpn_maximum_prefix/test_bgp_evpn_maximum_prefix.py index 5469eff144..876c205f19 100644 --- a/tests/topotests/bgp_evpn_maximum_prefix/test_bgp_evpn_maximum_prefix.py +++ b/tests/topotests/bgp_evpn_maximum_prefix/test_bgp_evpn_maximum_prefix.py @@ -6,7 +6,6 @@  #  import os -import re  import sys  import json  import pytest @@ -17,7 +16,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.topogen import Topogen, get_topogen  pytestmark = [pytest.mark.bgpd]  | 
