make -C tools/testing/selftests TARGETS=drivers/net/netdevsim TEST_PROGS=ffib.sh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-14/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-14/tools/testing/selftests/drivers/net/netdevsim'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-14/tools/testing/selftests/drivers/net/netdevsim'
make[1]: Entering directory '/home/virtme/testing-14/tools/testing/selftests/drivers/net/netdevsim'
TAP version 13
1..1
# overriding timeout to 2400
# selftests: drivers/net/netdevsim: fib.sh
[  593.506074][ T3121] netdevsim netdevsim1337 eni1337np1: renamed from eth0
# INFO: Set fib_notify_on_flag_change to 1
# TEST: IPv4 identical routes                                         [ OK ]
# TEST: IPv4 routes with TOS                                          [ OK ]
# TEST: IPv4 routes with metric                                       [ OK ]
# TEST: IPv4 route replace                                            [ OK ]
# TEST: IPv4 route delete                                             [ OK ]
# TEST: IPv4 routes with different prefix length                      [ OK ]
# TEST: IPv4 routes replay - metric                                   [ OK ]
# TEST: IPv4 routes replay - TOS                                      [ OK ]
# TEST: IPv4 routes replay - prefix length                            [ OK ]
# TEST: IPv4 routes flushing                                          [ OK ]
# TEST: IPv4 error path - add                                         [ OK ]
[  629.954309][ T3390] Failed to register fib notifier
# TEST: IPv4 error path - replay                                      [ OK ]
# TEST: IPv4 route delete failure                                     [ OK ]
# TEST: IPv6 single route add                                         [ OK ]
# TEST: IPv6 routes with metric                                       [ OK ]
# TEST: IPv6 append single route without 'nexthop' keyword            [ OK ]
# TEST: IPv6 single route replace                                     [ OK ]
# TEST: IPv6 multipath routes with metric                             [ OK ]
# TEST: IPv6 append multipath route with 'nexthop' keyword            [ OK ]
# TEST: IPv6 multipath route replace                                  [ OK ]
# TEST: IPv6 append multipath route to non-multipath route            [ OK ]
# TEST: IPv6 delete sole single route                                 [ OK ]
# TEST: IPv6 delete single route not in hardware                      [ OK ]
# TEST: IPv6 delete single route - replaced by single                 [ OK ]
# TEST: IPv6 delete single route - replaced by multipath              [ OK ]
# TEST: IPv6 delete single nexthop                                    [ OK ]
# TEST: IPv6 delete sole multipath route                              [ OK ]
# TEST: IPv6 delete multipath route not in hardware                   [ OK ]
# TEST: IPv6 delete multipath route - replaced by single              [ OK ]
# TEST: IPv6 delete multipath route - replaced by multipath           [ OK ]
# TEST: IPv6 routes replay - single route                             [ OK ]
# TEST: IPv6 routes replay - multipath route                          [ OK ]
# TEST: IPv6 error path - add single                                  [ OK ]
# TEST: IPv6 error path - add multipath                               [ OK ]
[  694.094388][ T3848] Failed to register fib notifier
# TEST: IPv6 error path - replay                                      [ OK ]
[  694.789059][   T73] kmemleak: 1 new suspected memory leaks (see /sys/kernel/debug/kmemleak)
# TEST: IPv6 route delete failure                                     [ OK ]
# INFO: Set fib_notify_on_flag_change to 0
# TEST: IPv4 identical routes                                         [ OK ]
# TEST: IPv4 routes with TOS                                          [ OK ]
# TEST: IPv4 routes with metric                                       [ OK ]
# TEST: IPv4 route replace                                            [ OK ]
# TEST: IPv4 route delete                                             [ OK ]
# TEST: IPv4 routes with different prefix length                      [ OK ]
# TEST: IPv4 routes replay - metric                                   [ OK ]
# TEST: IPv4 routes replay - TOS                                      [ OK ]
# TEST: IPv4 routes replay - prefix length                            [ OK ]
# TEST: IPv4 routes flushing                                          [ OK ]
# TEST: IPv4 error path - add                                         [ OK ]
[  732.251445][ T4123] Failed to register fib notifier
# TEST: IPv4 error path - replay                                      [ OK ]
# TEST: IPv4 route delete failure                                     [ OK ]
# TEST: IPv6 single route add                                         [ OK ]
# TEST: IPv6 routes with metric                                       [ OK ]
# TEST: IPv6 append single route without 'nexthop' keyword            [ OK ]
# TEST: IPv6 single route replace                                     [ OK ]
# TEST: IPv6 multipath routes with metric                             [ OK ]
# TEST: IPv6 append multipath route with 'nexthop' keyword            [ OK ]
# TEST: IPv6 multipath route replace                                  [ OK ]
# TEST: IPv6 append multipath route to non-multipath route            [ OK ]
# TEST: IPv6 delete sole single route                                 [ OK ]
# TEST: IPv6 delete single route not in hardware                      [ OK ]
# TEST: IPv6 delete single route - replaced by single                 [ OK ]
# TEST: IPv6 delete single route - replaced by multipath              [ OK ]
# TEST: IPv6 delete single nexthop                                    [ OK ]
# TEST: IPv6 delete sole multipath route                              [ OK ]
# TEST: IPv6 delete multipath route not in hardware                   [ OK ]
# TEST: IPv6 delete multipath route - replaced by single              [ OK ]
# TEST: IPv6 delete multipath route - replaced by multipath           [ OK ]
# TEST: IPv6 routes replay - single route                             [ OK ]
# TEST: IPv6 routes replay - multipath route                          [ OK ]
# TEST: IPv6 error path - add single                                  [ OK ]
# TEST: IPv6 error path - add multipath                               [ OK ]
[  792.653738][ T4577] Failed to register fib notifier
# TEST: IPv6 error path - replay                                      [ OK ]
# TEST: IPv6 route delete failure                                     [ OK ]
ok 1 selftests: drivers/net/netdevsim: fib.sh
make[1]: Leaving directory '/home/virtme/testing-14/tools/testing/selftests/drivers/net/netdevsim'
make: Leaving directory '/home/virtme/testing-14/tools/testing/selftests'
xx__-> echo $?
0
xx__->