From: Rafael Zalamena Date: Tue, 27 Jul 2021 12:45:41 +0000 (-0300) Subject: topotests: remove code that checks for version X-Git-Tag: base_8.1~233^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=20ec1f7038508f9e39a9f25fdbd1ca30cff310a5;p=mirror%2Ffrr.git 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 --- diff --git a/tests/topotests/bfd_topo2/test_bfd_topo2.py b/tests/topotests/bfd_topo2/test_bfd_topo2.py index e85b2644dd..6a19f70095 100644 --- a/tests/topotests/bfd_topo2/test_bfd_topo2.py +++ b/tests/topotests/bfd_topo2/test_bfd_topo2.py @@ -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"