]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgp-ecmp-topo1: Workaround for version check
authorMartin Winter <mwinter@opensourcerouting.org>
Tue, 7 Nov 2017 22:37:09 +0000 (14:37 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
temp workaround for Issue #43

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
tests/topotests/bgp-ecmp-topo1/test_bgp_ecmp_topo1.py

index 42b0536f53eb61679bcb5726f1e6ec02e27844a0..9bd660b750db91c2c4a2ae3c3a665a9556c4f438 100755 (executable)
@@ -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')