make -C tools/testing/selftests TARGETS=net/forwarding TEST_PROGS=gre_multtipath_nh_res.sh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-4/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
make[1]: Entering directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
TAP version 13
1..1
# timeout set to 0
# selftests: net/forwarding: gre_multipath_nh_res.sh
[   24.970568][  T293] 8021q: 802.1Q VLAN Support v1.8
[   26.008857][  T304] gre: GRE over IPv4 demultiplexor driver
[   26.029518][  T304] ip_gre: GRE over IPv4 tunneling driver
[   33.001580][  T370] GACT probability NOT on
# TEST: ping                                                          [ OK ]
# TEST: ping6                                                         [ OK ]
# INFO: Running IPv4 multipath tests
# TEST: ECMP                                                          [ OK ]
# INFO: Expected ratio 1.00 Measured ratio 1.01
# TEST: Weighted MP 2:1                                               [ OK ]
# INFO: Expected ratio 2.00 Measured ratio 1.97
# TEST: Weighted MP 11:45                                             [ OK ]
# INFO: Expected ratio 4.09 Measured ratio 4.10
# INFO: Running IPv6 multipath tests
# TEST: ECMP                                                          [ OK ]
# INFO: Expected ratio 1.00 Measured ratio .97
# TEST: Weighted MP 2:1                                               [ OK ]
# INFO: Expected ratio 2.00 Measured ratio 2.01
# TEST: Weighted MP 11:45                                             [ OK ]
# INFO: Expected ratio 4.09 Measured ratio 3.84
# INFO: Running IPv6 L4 hash multipath tests
# TEST: ECMP                                                          [ OK ]
# INFO: Expected ratio 1.00 Measured ratio .99
# TEST: Weighted MP 2:1                                               [ OK ]
# INFO: Expected ratio 2.00 Measured ratio 2.00
# TEST: Weighted MP 11:45                                             [ OK ]
# INFO: Expected ratio 4.09 Measured ratio 4.04
ok 1 selftests: net/forwarding: gre_multipath_nh_res.sh
make[1]: Leaving directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
make: Leaving directory '/home/virtme/testing-4/tools/testing/selftests'
xx__-> echo $?
0
xx__->