mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 09:52:27 +00:00
topotests: remove code that checks for version
We version the tests with FRR so we no longer need to check for version. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
0a5b9d7158
commit
20ec1f7038
@ -99,14 +99,6 @@ def setup_module(mod):
|
|||||||
# Initialize all routers.
|
# Initialize all routers.
|
||||||
tgen.start_router()
|
tgen.start_router()
|
||||||
|
|
||||||
# Verify that we are using the proper version and that the BFD
|
|
||||||
# daemon exists.
|
|
||||||
for router in router_list.values():
|
|
||||||
# Check for Version
|
|
||||||
if router.has_version("<", "5.1"):
|
|
||||||
tgen.set_error("Unsupported FRR version")
|
|
||||||
break
|
|
||||||
|
|
||||||
|
|
||||||
def teardown_module(_mod):
|
def teardown_module(_mod):
|
||||||
"Teardown the pytest environment"
|
"Teardown the pytest environment"
|
||||||
|
Loading…
Reference in New Issue
Block a user