make -C tools/testing/selftests TARGETS="net/forwarding" TEST_PROGS=routerr_multipath.sh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-2/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
TAP version 13
1..1
# timeout set to 10800
# selftests: net/forwarding: router_multipath.sh
# 7.53 [+7.53] TEST: ping                                                          [ OK ]
# 8.53 [+0.99] TEST: ping6                                                         [ OK ]
# 8.53 [+0.01] INFO: Running IPv4 multipath tests
# 9.82 [+1.29] TEST: ECMP                                                          [ OK ]
# 9.83 [+0.00] INFO: Expected ratio 1.00 Measured ratio .99
# 11.17 [+1.35] TEST: Weighted MP 2:1                                               [ OK ]
# 11.18 [+0.00] INFO: Expected ratio 2.00 Measured ratio 2.00
# 12.57 [+1.39] TEST: Weighted MP 11:45                                             [ OK ]
# 12.57 [+0.00] INFO: Expected ratio 4.09 Measured ratio 4.19
# 12.60 [+0.03] INFO: Running IPv6 multipath tests
# 13.90 [+1.30] TEST: ECMP                                                          [ OK ]
# 13.90 [+0.00] INFO: Expected ratio 1.00 Measured ratio .99
# 15.23 [+1.33] TEST: Weighted MP 2:1                                               [ OK ]
# 15.24 [+0.00] INFO: Expected ratio 2.00 Measured ratio 2.02
# 16.57 [+1.33] TEST: Weighted MP 11:45                                             [ OK ]
# 16.57 [+0.00] INFO: Expected ratio 4.09 Measured ratio 4.07
ok 1 selftests: net/forwarding: router_multipath.sh
make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make: Leaving directory '/home/virtme/testing-2/tools/testing/selftests'
xx__-> echo $?
0
xx__->