make -C tools/testing/selftests TARGETS="net" TEST_PROGS=cmsg_so_mark.sh TTEST_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: cmsg_so_mark.sh # Error: Unknown device type. # Cannot find device "dummy0" # Cannot find device "dummy0" # Cannot find device "dummy0" # Error: Rule family not supported. # RTNETLINK answers: Operation not supported # send failed: Network is unreachable # Case UDP setsock - pass returned 1, expected 0 # send failed: Network is unreachable # Case ICMP setsock - pass returned 1, expected 0 # send failed: Network is unreachable # Case RAW setsock - pass returned 1, expected 0 # Can't open socket: Address family not supported by protocol # Case UDP setsock - pass returned 5, expected 0 # Can't open socket: Address family not supported by protocol # Case UDP setsock - rejection returned 5, expected 1 # Can't open socket: Address family not supported by protocol # Case ICMP setsock - pass returned 5, expected 0 # Can't open socket: Address family not supported by protocol # Case ICMP setsock - rejection returned 5, expected 1 # Can't open socket: Address family not supported by protocol # Case RAW setsock - pass returned 5, expected 0 # Can't open socket: Address family not supported by protocol # Case RAW setsock - rejection returned 5, expected 1 # send failed: Network is unreachable # Case UDP cmsg - pass returned 1, expected 0 # send failed: Network is unreachable # Case ICMP cmsg - pass returned 1, expected 0 # send failed: Network is unreachable # Case RAW cmsg - pass returned 1, expected 0 # Can't open socket: Address family not supported by protocol # Case UDP cmsg - pass returned 5, expected 0 # Can't open socket: Address family not supported by protocol # Case UDP cmsg - rejection returned 5, expected 1 # Can't open socket: Address family not supported by protocol # Case ICMP cmsg - pass returned 5, expected 0 # Can't open socket: Address family not supported by protocol # Case ICMP cmsg - rejection returned 5, expected 1 # Can't open socket: Address family not supported by protocol # Case RAW cmsg - pass returned 5, expected 0 # Can't open socket: Address family not supported by protocol # Case RAW cmsg - rejection returned 5, expected 1 # send failed: Network is unreachable # Case UDP both - pass returned 1, expected 0 # send failed: Network is unreachable # Case ICMP both - pass returned 1, expected 0 # send failed: Network is unreachable # Case RAW both - pass returned 1, expected 0 # Can't open socket: Address family not supported by protocol # Case UDP both - pass returned 5, expected 0 # Can't open socket: Address family not supported by protocol # Case UDP both - rejection returned 5, expected 1 # Can't open socket: Address family not supported by protocol # Case ICMP both - pass returned 5, expected 0 # Can't open socket: Address family not supported by protocol # Case ICMP both - rejection returned 5, expected 1 # Can't open socket: Address family not supported by protocol # Case RAW both - pass returned 5, expected 0 # Can't open socket: Address family not supported by protocol # Case RAW both - rejection returned 5, expected 1 # FAIL - 27/36 cases failed not ok 1 selftests: net: cmsg_so_mark.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__->