From: Martin Winter Date: Tue, 7 Nov 2017 22:37:09 +0000 (-0800) Subject: bgp-ecmp-topo1: Workaround for version check X-Git-Tag: frr-7.1-dev~151^2~200 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a018893f7ca58590bfdd6f1de65abaebcb3838b9;p=matthieu%2Ffrr.git bgp-ecmp-topo1: Workaround for version check temp workaround for Issue #43 Signed-off-by: Martin Winter --- diff --git a/tests/topotests/bgp-ecmp-topo1/test_bgp_ecmp_topo1.py b/tests/topotests/bgp-ecmp-topo1/test_bgp_ecmp_topo1.py index 42b0536f53..9bd660b750 100755 --- a/tests/topotests/bgp-ecmp-topo1/test_bgp_ecmp_topo1.py +++ b/tests/topotests/bgp-ecmp-topo1/test_bgp_ecmp_topo1.py @@ -127,7 +127,7 @@ def test_bgp_convergence(): # Expected result router = tgen.gears['r1'] - if router.has_version('<', '3'): + if router.has_version('<', '3.0'): reffile = os.path.join(CWD, 'r1/summary20.txt') else: reffile = os.path.join(CWD, 'r1/summary.txt')