make -C tools/testing/selftests TARGETS=net TEST_PROGS=vrf_route_leaking.ssh 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 7200 # selftests: net: vrf_route_leaking.sh # # ########################################################################### # IPv4 (sym route): VRF ICMP ttl error route lookup ping # ########################################################################### # # RTNETLINK answers: No route to host # RTNETLINK answers: No route to host # RTNETLINK answers: No such device # RTNETLINK answers: No such device # TEST: Basic IPv4 connectivity [ OK ] # TEST: Ping received ICMP ttl exceeded [ OK ] # # ########################################################################### # IPv4 (sym route): VRF ICMP error route lookup traceroute # ########################################################################### # # RTNETLINK answers: No route to host # RTNETLINK answers: No route to host # RTNETLINK answers: No such device # RTNETLINK answers: No such device # TEST: Basic IPv4 connectivity [ OK ] # TEST: Traceroute reports a hop on r1 [ OK ] # # ########################################################################### # IPv4 (sym route): VRF ICMP fragmentation error route lookup ping # ########################################################################### # # RTNETLINK answers: No route to host # RTNETLINK answers: No route to host # RTNETLINK answers: No such device # RTNETLINK answers: No such device # TEST: Basic IPv4 connectivity [ OK ] # TEST: Ping received ICMP Frag needed [ OK ] # # ########################################################################### # IPv4 (asym route): VRF ICMP ttl error route lookup ping # ########################################################################### # # RTNETLINK answers: No such device # RTNETLINK answers: No such device # TEST: Basic IPv4 connectivity [ OK ] # TEST: Ping received ICMP ttl exceeded [ OK ] # # ########################################################################### # IPv4 (asym route): VRF ICMP error route lookup traceroute # ########################################################################### # # RTNETLINK answers: No such device # RTNETLINK answers: No such device # TEST: Basic IPv4 connectivity [ OK ] # TEST: Traceroute reports a hop on r1 [ OK ] # # ########################################################################### # IPv6 (sym route): VRF ICMP ttl error route lookup ping # ########################################################################### # # RTNETLINK answers: No route to host # RTNETLINK answers: No route to host # RTNETLINK answers: No such device # RTNETLINK answers: No such device # TEST: Basic IPv6 connectivity [FAIL] # TEST: Ping received ICMP Hop limit [FAIL] # # ########################################################################### # IPv6 (sym route): VRF ICMP error route lookup traceroute # ########################################################################### # # RTNETLINK answers: No route to host # RTNETLINK answers: No route to host # RTNETLINK answers: No such device # RTNETLINK answers: No such device # TEST: Basic IPv6 connectivity [FAIL] # TEST: Traceroute6 reports a hop on r1 [FAIL] # # ########################################################################### # IPv6 (asym route): VRF ICMP ttl error route lookup ping # ########################################################################### # # RTNETLINK answers: No such device # RTNETLINK answers: No such device # TEST: Basic IPv6 connectivity [FAIL] # TEST: Ping received ICMP Hop limit [ OK ] # # ########################################################################### # IPv6 (asym route): VRF ICMP error route lookup traceroute # ########################################################################### # # RTNETLINK answers: No such device # RTNETLINK answers: No such device # TEST: Basic IPv6 connectivity [FAIL] # TEST: Traceroute6 reports a hop on r1 [ OK ] # # Tests passed: 12 # Tests failed: 6 not ok 1 selftests: net: vrf_route_leaking.sh # exit=1 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__->