]> git.puffer.fish Git - matthieu/frr.git/commitdiff
topotests: remove old FRR version support
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 18 Jun 2020 11:02:34 +0000 (08:02 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 18 Jun 2020 11:02:34 +0000 (08:02 -0300)
Removes a few lines of code.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
tests/topotests/bfd-vrf-topo1/test_bfd_vrf_topo1.py

index eb4f0d4a835320490350fd4661a41f37f361ef43..a72d49f432661af284b92539bab00dd2a27e3d4c 100755 (executable)
@@ -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"