make -C tools/testing/selftests TARGETS=net TEST_PROGS=tap TEST_GEN_PROGS=="" run_tests
make: Entering directory '/home/virtme/testing-3/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 6000
# selftests: net: tap
# TAP version 13
# 1..3
# # Starting 3 tests from 1 test cases.
# #  RUN           tap.test_packet_valid_udp_gso ...
[ 3340.463704][ T2218] xdummy0: entered promiscuous mode
[ 3340.476134][ T2218] xdummy0: left promiscuous mode
# #            OK  tap.test_packet_valid_udp_gso
# ok 1 tap.test_packet_valid_udp_gso
# #  RUN           tap.test_packet_valid_udp_csum ...
[ 3340.531892][ T2219] xdummy0: entered promiscuous mode
[ 3340.541937][ T2219] xdummy0: left promiscuous mode
# #            OK  tap.test_packet_valid_udp_csum
# ok 2 tap.test_packet_valid_udp_csum
# #  RUN           tap.test_packet_crash_tap_invalid_eth_proto ...
[ 3340.601254][ T2224] xdummy0: entered promiscuous mode
[ 3340.614682][ T2224] xdummy0: left promiscuous mode
# #            OK  tap.test_packet_crash_tap_invalid_eth_proto
# ok 3 tap.test_packet_crash_tap_invalid_eth_proto
# # PASSED: 3 / 3 tests passed.
# # Totals: pass:3 fail:0 xfail:0 xpass:0 skip:0 error:0
ok 1 selftests: net: tap
make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests'
xx__-> echo $?
0
xx__->