From: Martin Winter Date: Wed, 26 Jul 2017 19:22:25 +0000 (-0700) Subject: ospf-topo1: Remove check for spfLastDurationMsecs value X-Git-Tag: frr-7.1-dev~151^2~244 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=1380ecb1ce5902cfdad8b3442195f3b475a9ede9;p=mirror%2Ffrr.git ospf-topo1: Remove check for spfLastDurationMsecs value 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 --- diff --git a/tests/topotests/ospf-topo1/test_ospf_topo1.py b/tests/topotests/ospf-topo1/test_ospf_topo1.py index dfd28e32db..586b6462b1 100755 --- a/tests/topotests/ospf-topo1/test_ospf_topo1.py +++ b/tests/topotests/ospf-topo1/test_ospf_topo1.py @@ -249,7 +249,6 @@ def test_ospf_json(): 'spfScheduleDelayMsecs': 0, 'holdtimeMinMsecs': 50, 'holdtimeMaxMsecs': 5000, - 'spfLastDurationMsecs': 0, 'lsaMinIntervalMsecs': 5000, 'lsaMinArrivalMsecs': 1000, 'writeMultiplier': 20,