make -C tools/testing/selftests TARGETS=net TEST_PROGS=pmtu.sh TEST_GEN_PRROGS="" 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 7200 # selftests: net: pmtu.sh # TEST: ipv4: PMTU exceptions [ OK ] # TEST: ipv4: PMTU exceptions - nexthop objects [ OK ] # TEST: ipv6: PMTU exceptions [ OK ] # TEST: ipv6: PMTU exceptions - nexthop objects [ OK ] # TEST: ICMPv4 with DSCP and ECN: PMTU exceptions [ OK ] # TEST: ICMPv4 with DSCP and ECN: PMTU exceptions - nexthop objects [ OK ] # TEST: UDPv4 with DSCP and ECN: PMTU exceptions [ OK ] # TEST: UDPv4 with DSCP and ECN: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over vxlan4: PMTU exceptions [ OK ] # TEST: IPv4 over vxlan4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over vxlan4: PMTU exceptions [ OK ] # TEST: IPv6 over vxlan4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over vxlan6: PMTU exceptions [ OK ] # TEST: IPv4 over vxlan6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over vxlan6: PMTU exceptions [ OK ] # TEST: IPv6 over vxlan6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over geneve4: PMTU exceptions [ OK ] # TEST: IPv4 over geneve4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over geneve4: PMTU exceptions [ OK ] # TEST: IPv6 over geneve4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over geneve6: PMTU exceptions [ OK ] # TEST: IPv4 over geneve6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over geneve6: PMTU exceptions [ OK ] # TEST: IPv6 over geneve6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4, bridged vxlan4: PMTU exceptions [ OK ] # TEST: IPv4, bridged vxlan4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6, bridged vxlan4: PMTU exceptions [ OK ] # TEST: IPv6, bridged vxlan4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4, bridged vxlan6: PMTU exceptions [ OK ] # TEST: IPv4, bridged vxlan6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6, bridged vxlan6: PMTU exceptions [ OK ] # TEST: IPv6, bridged vxlan6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4, bridged geneve4: PMTU exceptions [ OK ] # TEST: IPv4, bridged geneve4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6, bridged geneve4: PMTU exceptions [ OK ] # TEST: IPv6, bridged geneve4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4, bridged geneve6: PMTU exceptions [ OK ] # TEST: IPv4, bridged geneve6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6, bridged geneve6: PMTU exceptions [ OK ] # TEST: IPv6, bridged geneve6: PMTU exceptions - nexthop objects [ OK ] # ovs_bridge not supported # TEST: IPv4, OVS vxlan4: PMTU exceptions [SKIP] # ovs_bridge not supported # TEST: IPv6, OVS vxlan4: PMTU exceptions [SKIP] # ovs_bridge not supported # TEST: IPv4, OVS vxlan6: PMTU exceptions [SKIP] # ovs_bridge not supported # TEST: IPv6, OVS vxlan6: PMTU exceptions [SKIP] # ovs_bridge not supported # TEST: IPv4, OVS geneve4: PMTU exceptions [SKIP] # ovs_bridge not supported # TEST: IPv6, OVS geneve4: PMTU exceptions [SKIP] # ovs_bridge not supported # TEST: IPv4, OVS geneve6: PMTU exceptions [SKIP] # ovs_bridge not supported # TEST: IPv6, OVS geneve6: PMTU exceptions [SKIP] # TEST: IPv4 over fou4: PMTU exceptions [ OK ] # TEST: IPv4 over fou4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over fou4: PMTU exceptions [ OK ] # TEST: IPv6 over fou4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over fou6: PMTU exceptions [ OK ] # TEST: IPv4 over fou6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over fou6: PMTU exceptions [ OK ] # TEST: IPv6 over fou6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over gue4: PMTU exceptions [ OK ] # TEST: IPv4 over gue4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over gue4: PMTU exceptions [ OK ] # TEST: IPv6 over gue4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over gue6: PMTU exceptions [ OK ] # TEST: IPv4 over gue6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over gue6: PMTU exceptions [ OK ] # TEST: IPv6 over gue6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over IPv4: PMTU exceptions [ OK ] # TEST: IPv4 over IPv4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over IPv4: PMTU exceptions [ OK ] # TEST: IPv6 over IPv4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over IPv6: PMTU exceptions [ OK ] # TEST: IPv4 over IPv6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over IPv6: PMTU exceptions [ OK ] DETECTED CRASH, lowering timeout # ./pmtu.sh: line 2013: 10585 Killed ( tname="$1"; tdesc="$2"; unset IFS; trap cleanup EXIT; if [ "$VERBOSE" = "1" ]; then # printf "\n##########################################################################\n\n"; # fi; eval test_${tname}; ret=$?; if [ $ret -eq 0 ]; then # printf "TEST: %-60s [ OK ]\n" "${tdesc}"; # else # if [ $ret -eq 1 ]; then # printf "TEST: %-60s [FAIL]\n" "${tdesc}"; if [ "${PAUSE_ON_FAIL}" = "yes" ]; then # echo; echo "Pausing. Hit enter to continue"; read a; # fi; err_flush; exit 1; # else # if [ $ret -eq $ksft_skip ]; then # printf "TEST: %-60s [SKIP]\n" "${tdesc}"; err_flush; # fi; # fi; # fi; return $ret ) not ok 1 selftests: net: pmtu.sh # exit=137 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__->