topotests: remove old FRR version support

Removes a few lines of code.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
Rafael Zalamena 2020-06-18 08:02:34 -03:00
parent 9b222c1f1a
commit 0a901ebcb6

View File

@ -129,14 +129,6 @@ def setup_module(mod):
# Initialize all routers.
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):
"Teardown the pytest environment"