make -C tools/testing/selftests TARGETS="net" TEST_PROGS=unicast_extensionns.sh TEST_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: unicast_extensions.sh # 0.02 [+0.02] ########################################################################### # 0.02 [+0.00] Unicast address extensions tests (behavior of reserved IPv4 addresses) # 0.02 [+0.00] ########################################################################### # 5.23 [+5.21] TEST: assign and ping within 240/4 (1 of 2) (is allowed) [FAIL] # 10.48 [+5.25] TEST: assign and ping within 240/4 (2 of 2) (is allowed) [FAIL] # 15.74 [+5.26] TEST: assign and ping within 0/8 (1 of 2) (is allowed) [FAIL] # 21.00 [+5.27] TEST: assign and ping within 0/8 (2 of 2) (is allowed) [FAIL] # 26.26 [+5.26] TEST: assign and ping inside 255.255/16 (is allowed) [FAIL] # 31.52 [+5.26] TEST: assign and ping inside 255.255.255/24 (is allowed) [FAIL] # 36.94 [+5.41] TEST: route between 240.5.6/24 and 255.1.2/24 (is allowed) [FAIL] # 42.38 [+5.44] TEST: route between 0.200/16 and 245.99/16 (is allowed) [FAIL] # 47.64 [+5.26] TEST: assign and ping lowest address (/24) [FAIL] # 52.90 [+5.26] TEST: assign and ping lowest address (/26) [FAIL] # 58.34 [+5.44] TEST: routing using lowest address [FAIL] # 58.60 [+0.26] TEST: assigning 0.0.0.0 (is forbidden) [ OK ] # 58.84 [+0.24] TEST: assigning 255.255.255.255 (is forbidden) [ OK ] # 59.07 [+0.24] TEST: assign and ping inside 127/8 (is forbidden) [ OK ] # 59.32 [+0.24] TEST: assign and ping class D address (is forbidden) [ OK ] # 59.64 [+0.32] TEST: routing using class D (is forbidden) [ OK ] # 60.04 [+0.40] TEST: routing using 127/8 (is forbidden) [ OK ] not ok 1 selftests: net: unicast_extensions.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__->