make -C tools/testing/selftests TARGETS="net" TEST_PROGS=fdb_notify.sh TESST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: fdb_notify.sh
# TEST: bridge add: Duplicate notifications                           [ OK ]
# TEST: bridge del: Duplicate notifications                           [ OK ]
# TEST: vxlan add: Duplicate notifications                            [ OK ]
# TEST: vxlan del: Duplicate notifications                            [ OK ]
# TEST: vxlan master add: Duplicate notifications                     [ OK ]
# TEST: vxlan master del: Duplicate notifications                     [ OK ]
# TEST: macvlan self add: Duplicate notifications                     [FAIL]
# Got 0 notifications, expected 1
# TEST: macvlan self del: Duplicate notifications                     [ OK ]
# TEST: macvlan master add: Duplicate notifications                   [ OK ]
# TEST: macvlan master del: Duplicate notifications                   [ OK ]
not ok 1 selftests: net: fdb_notify.sh # exit=1
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->