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:
Martin Winter 2017-11-07 14:37:09 -08:00 committed by Donald Sharp
parent 3d6c6f01ac
commit a018893f7c

View File

@ -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')