make -C tools/testing/selftests TARGETS="net/forwarding" TEST_PROGS=bridgee_vlan_mcast.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 0
# selftests: net/forwarding: bridge_vlan_mcast.sh
# TEST: Vlan multicast snooping enable                                [ OK ]
# TEST: Vlan global options existence                                 [ OK ]
# TEST: Vlan mcast_snooping global option default value               [ OK ]
# TEST: Vlan 10 multicast snooping control                            [ OK ]
# TEST: Vlan mcast_querier global option default value                [ OK ]
# TEST: Vlan 10 multicast querier enable                              [ OK ]
# TEST: Vlan 10 tagged IGMPv2 general query sent                      [ OK ]
# TEST: Vlan 10 tagged MLD general query sent                         [ OK ]
# TEST: Vlan mcast_igmp_version global option default value           [ OK ]
# TEST: Vlan mcast_mld_version global option default value            [ OK ]
# TEST: Vlan 10 mcast_igmp_version option changed to 3                [ OK ]
# TEST: Vlan 10 tagged IGMPv3 general query sent                      [ OK ]
# TEST: Vlan 10 mcast_mld_version option changed to 2                 [ OK ]
# TEST: Vlan 10 tagged MLDv2 general query sent                       [ OK ]
# TEST: Vlan mcast_last_member_count global option default value      [ OK ]
# TEST: Vlan mcast_last_member_interval global option default value   [ OK ]
# TEST: Vlan 10 mcast_last_member_count option changed to 3           [ OK ]
# TEST: Vlan 10 mcast_last_member_interval option changed to 200      [ OK ]
# TEST: Vlan mcast_startup_query_interval global option default value   [ OK ]
# TEST: Vlan mcast_startup_query_count global option default value    [ OK ]
# TEST: Vlan 10 mcast_startup_query_interval option changed to 100    [ OK ]
# TEST: Vlan 10 mcast_startup_query_count option changed to 3         [ OK ]
# TEST: Vlan mcast_membership_interval global option default value    [ OK ]
# TEST: Vlan 10 mcast_membership_interval option changed to 200       [ OK ]
# TEST: Vlan 10 mcast_membership_interval mdb entry expire            [ OK ]
# TEST: Vlan mcast_querier_interval global option default value       [ OK ]
# TEST: Vlan 10 mcast_querier_interval option changed to 100          [ OK ]
# TEST: Vlan 10 mcast_querier_interval expire after outside query     [ OK ]
# TEST: Vlan mcast_query_interval global option default value         [ OK ]
# TEST: Vlan 10 mcast_query_interval option changed to 200            [ OK ]
# TEST: Vlan mcast_query_response_interval global option default value   [ OK ]
# TEST: Vlan 10 mcast_query_response_interval option changed to 200   [ OK ]
# TEST: Port vlan 10 option mcast_router default value                [ OK ]
# TEST: Port vlan 10 mcast_router option changed to 2                 [ OK ]
# TEST: Flood unknown vlan multicast packets to router port only      [ OK ]
# TEST: Disable multicast vlan snooping when vlan filtering is disabled   [ OK ]
ok 1 selftests: net/forwarding: bridge_vlan_mcast.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__->