]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospf-topo1: Remove check for spfLastDurationMsecs value
authorMartin Winter <mwinter@opensourcerouting.org>
Wed, 26 Jul 2017 19:22:25 +0000 (12:22 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
json check accidently checked for the spfLastDurationMsecs which
isn't always 0 for slower system in our tests. ARM7 sometimes has
a slightly higher value (1).

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
tests/topotests/ospf-topo1/test_ospf_topo1.py

index dfd28e32db08a33dcb2d1d8dfd8fbd1831e1dca5..586b6462b1528f4a77acce99d0a44bb17825d31c 100755 (executable)
@@ -249,7 +249,6 @@ def test_ospf_json():
             'spfScheduleDelayMsecs': 0,
             'holdtimeMinMsecs': 50,
             'holdtimeMaxMsecs': 5000,
-            'spfLastDurationMsecs': 0,
             'lsaMinIntervalMsecs': 5000,
             'lsaMinArrivalMsecs': 1000,
             'writeMultiplier': 20,