From 20ec1f7038508f9e39a9f25fdbd1ca30cff310a5 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Tue, 27 Jul 2021 09:45:41 -0300 Subject: [PATCH] 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 --- tests/topotests/bfd_topo2/test_bfd_topo2.py | 8 -------- 1 file changed, 8 deletions(-) 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" -- 2.39.5