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:
Rafael Zalamena 2021-07-27 09:45:41 -03:00
parent 0a5b9d7158
commit 20ec1f7038

View File

@ -99,14 +99,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"