From: Renato Westphal Date: Tue, 15 Aug 2017 19:30:30 +0000 (-0300) Subject: ldp_vpls_topo1: skip all tests on stable/2.0 X-Git-Tag: frr-7.1-dev~151^2~230 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c4057baab7b546e7c478af3cae8c69cd609a853d;p=mirror%2Ffrr.git ldp_vpls_topo1: skip all tests on stable/2.0 Signed-off-by: Renato Westphal --- diff --git a/tests/topotests/ldp-vpls-topo1/test_ldp_vpls_topo1.py b/tests/topotests/ldp-vpls-topo1/test_ldp_vpls_topo1.py index 211ae34dc8..3d54ddfde0 100755 --- a/tests/topotests/ldp-vpls-topo1/test_ldp_vpls_topo1.py +++ b/tests/topotests/ldp-vpls-topo1/test_ldp_vpls_topo1.py @@ -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"