Commit 69231b6
committed
route/tests: relax check for nh timers
Kernel stores the timer values internally in HZ size, so it looses
precision when converting to HZ and back. And as the HZ value is
configurable, it depends on the kernel, how exactly the values
get mangled.
Relax the check for that.
Fixes: 996f617 ('[tests] Add full kernel-roundtrip test-suite for rtnl_nh')
#444
#4451 parent 5eeee28 commit 69231b6
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
| 382 | + | |
382 | 383 | | |
383 | 384 | | |
384 | 385 | | |
385 | | - | |
| 386 | + | |
| 387 | + | |
386 | 388 | | |
387 | 389 | | |
388 | 390 | | |
| |||
0 commit comments