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.03 [+0.00] ########################################################################### # 0.30 [+0.27] TEST: assign and ping within 240/4 (1 of 2) (is allowed) [ OK ] # 0.63 [+0.33] TEST: assign and ping within 240/4 (2 of 2) (is allowed) [ OK ] # 0.96 [+0.33] TEST: assign and ping within 0/8 (1 of 2) (is allowed) [ OK ] # 1.30 [+0.34] TEST: assign and ping within 0/8 (2 of 2) (is allowed) [ OK ] # 1.64 [+0.34] TEST: assign and ping inside 255.255/16 (is allowed) [ OK ] # 1.97 [+0.33] TEST: assign and ping inside 255.255.255/24 (is allowed) [ OK ] # 2.53 [+0.56] TEST: route between 240.5.6/24 and 255.1.2/24 (is allowed) [ OK ] # 3.09 [+0.56] TEST: route between 0.200/16 and 245.99/16 (is allowed) [ OK ] # 3.41 [+0.32] TEST: assign and ping lowest address (/24) [ OK ] # 3.73 [+0.32] TEST: assign and ping lowest address (/26) [ OK ] # 4.24 [+0.52] TEST: routing using lowest address [ OK ] # 4.53 [+0.28] TEST: assigning 0.0.0.0 (is forbidden) [ OK ] # 4.77 [+0.25] TEST: assigning 255.255.255.255 (is forbidden) [ OK ] # 5.02 [+0.24] TEST: assign and ping inside 127/8 (is forbidden) [ OK ] # 5.28 [+0.26] TEST: assign and ping class D address (is forbidden) [ OK ] # 5.63 [+0.36] TEST: routing using class D (is forbidden) [ OK ] # 6.06 [+0.43] TEST: routing using 127/8 (is forbidden) [ OK ] ok 1 selftests: net: unicast_extensions.sh 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__->