make -C tools/testing/selftests TARGETS="net/forwarding" TEST_PROGS=bridgee_mdb.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
# overriding timeout to 21600
# selftests: net/forwarding: bridge_mdb.sh
# 
# INFO: # Host entries configuration tests
# TEST: Common host entries configuration tests (IPv4)                [ OK ]
# TEST: Common host entries configuration tests (IPv6)                [ OK ]
# TEST: Common host entries configuration tests (L2)                  [ OK ]
# 
# INFO: # Port group entries configuration tests - (*, G)
# TEST: Common port group entries configuration tests (IPv4 (*, G))   [ OK ]
# TEST: Common port group entries configuration tests (IPv6 (*, G))   [ OK ]
# TEST: IPv4 (*, G) port group entries configuration tests            [ OK ]
# TEST: IPv6 (*, G) port group entries configuration tests            [ OK ]
# 
# INFO: # Port group entries configuration tests - (S, G)
# TEST: Common port group entries configuration tests (IPv4 (S, G))   [ OK ]
# TEST: Common port group entries configuration tests (IPv6 (S, G))   [ OK ]
# TEST: IPv4 (S, G) port group entries configuration tests            [ OK ]
# TEST: IPv6 (S, G) port group entries configuration tests            [ OK ]
# 
# INFO: # Port group entries configuration tests - L2
# TEST: Common port group entries configuration tests (L2 (*, G))     [ OK ]
# TEST: L2 (*, G) port group entries configuration tests              [ OK ]
# 
# INFO: # Large scale dump tests
# TEST: IPv4 large scale dump tests                                   [ OK ]
# TEST: IPv6 large scale dump tests                                   [ OK ]
# TEST: L2 large scale dump tests                                     [ OK ]
# TEST: Flush tests                                                   [ OK ]
# 
# INFO: # Forwarding tests
# TEST: IPv4 host entries forwarding tests                            [ OK ]
# TEST: IPv6 host entries forwarding tests                            [ OK ]
# TEST: L2 host entries forwarding tests                              [ OK ]
# TEST: IPv4 port group "exclude" entries forwarding tests            [ OK ]
# TEST: IPv6 port group "exclude" entries forwarding tests            [ OK ]
# TEST: IPv4 port group "include" entries forwarding tests            [ OK ]
# TEST: IPv6 port group "include" entries forwarding tests            [ OK ]
# TEST: L2 port entries forwarding tests                              [ OK ]
# 
# INFO: # Control packets tests
# TEST: IGMPv3 MODE_IS_INCLUDE tests                                  [ OK ]
# TEST: MLDv2 MODE_IS_INCLUDE tests                                   [ OK ]
ok 1 selftests: net/forwarding: bridge_mdb.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__-> echo scan > /sys/kernel/debug/kmemleak && cat /sys/kernel/debug/kmemleak
xx__->