make -C tools/testing/selftests TARGETS=net/forwarding TEST_PROGS=bridge_iigmp.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_igmp.sh
# TEST: IGMPv2 report 239.10.10.10                                    [ OK ]
# TEST: IGMPv2 leave 239.10.10.10                                     [ OK ]
# TEST: IGMPv3 report 239.10.10.10 is_include                         [ OK ]
# TEST: IGMPv3 report 239.10.10.10 include -> allow                   [ OK ]
# TEST: IGMPv3 report 239.10.10.10 include -> is_include              [ OK ]
# TEST: IGMPv3 report 239.10.10.10 include -> is_exclude              [ OK ]
# TEST: IGMPv3 report 239.10.10.10 include -> to_exclude              [ OK ]
# TEST: IGMPv3 report 239.10.10.10 exclude -> allow                   [ OK ]
# TEST: IGMPv3 report 239.10.10.10 exclude -> is_include              [ OK ]
# TEST: IGMPv3 report 239.10.10.10 exclude -> is_exclude              [ OK ]
# TEST: IGMPv3 report 239.10.10.10 exclude -> to_exclude              [ OK ]
# TEST: IGMPv3 report 239.10.10.10 include -> block                   [ OK ]
# TEST: IGMPv3 report 239.10.10.10 exclude -> block                   [ OK ]
# TEST: IGMPv3 group 239.10.10.10 exclude timeout                     [FAIL]
# Entry 192.0.2.1 has zero timer succeeded, but should have failed
# TEST: IGMPv3 S,G port entry automatic add to a *,G port             [ OK ]
not ok 1 selftests: net/forwarding: bridge_igmp.sh # exit=1
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__->