From 1380ecb1ce5902cfdad8b3442195f3b475a9ede9 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Wed, 26 Jul 2017 12:22:25 -0700 Subject: [PATCH] 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 --- tests/topotests/ospf-topo1/test_ospf_topo1.py | 1 - 1 file changed, 1 deletion(-) 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, -- 2.39.5