]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ldp_vpls_topo1: skip all tests on stable/2.0
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 15 Aug 2017 19:30:30 +0000 (16:30 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
tests/topotests/ldp-vpls-topo1/test_ldp_vpls_topo1.py

index 211ae34dc8595e9e8fe85adc5c69b485eb916c76..3d54ddfde04f93e1d363e8a205c501fa190af806 100755 (executable)
@@ -146,6 +146,9 @@ def setup_module(mod):
             )
 
     tgen.start_router()
+    for router in router_list.values():
+        if router.has_version('<', '3'):
+            pytest.exit('unsupported version')
 
 def teardown_module(mod):
     "Teardown the pytest environment"