mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-26 06:16:39 +00:00
bgp-ecmp-topo1: Workaround for version check
temp workaround for Issue #43 Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
3d6c6f01ac
commit
a018893f7c
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user