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 # overriding timeout to 12000.0 # selftests: net: tap # TAP version 13 # 1..3 # # Starting 3 tests from 1 test cases. # # RUN tap.test_packet_valid_udp_gso ... [ 4538.306671][ T785] xdummy0: entered promiscuous mode [ 4538.324152][ T785] 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 ... [ 4538.388850][ T786] xdummy0: entered promiscuous mode [ 4538.405012][ T786] 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 ... [ 4538.459670][ T791] xdummy0: entered promiscuous mode [ 4538.481946][ T791] 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__->