]> git.puffer.fish Git - mirror/frr.git/commitdiff
topotests: remove code that checks for version
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 27 Jul 2021 12:45:41 +0000 (09:45 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 6 Aug 2021 13:38:25 +0000 (10:38 -0300)
We version the tests with FRR so we no longer need to check for version.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
tests/topotests/bfd_topo2/test_bfd_topo2.py

index e85b2644ddb4062ef43c2c32582011792171b540..6a19f70095fcb485f09921602bb86157076d41c4 100644 (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"