make -C tools/testing/selftests TARGETS=net TEST_PROGS=vrf-xfrm-tests.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'
[ 1137.861260] veth-t100: Failed to cycle device veth-t100; route tables might be wrong!
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 6000
# selftests: net: vrf-xfrm-tests.sh
[ 1138.334048] eth0: renamed from tmp
# 
# No qdisc on VRF device
# TEST: IPv4 no xfrm policy                                           [ OK ]
# TEST: IPv6 no xfrm policy                                           [ OK ]
# TEST: IPv4 xfrm policy based on address                             [ OK ]
# TEST: IPv6 xfrm policy based on address                             [ OK ]
# TEST: IPv6 xfrm policy with VRF in selector                         [ OK ]
[ 1139.214580] IPsec XFRM device driver
# TEST: IPv4 xfrm policy with xfrm device                             [ OK ]
# TEST: IPv6 xfrm policy with xfrm device                             [ OK ]
# 
# netem qdisc on VRF device
# TEST: IPv4 no xfrm policy                                           [ OK ]
# TEST: IPv6 no xfrm policy                                           [ OK ]
# TEST: IPv4 xfrm policy based on address                             [ OK ]
# TEST: IPv6 xfrm policy based on address                             [ OK ]
# TEST: IPv6 xfrm policy with VRF in selector                         [ OK ]
# TEST: IPv4 xfrm policy with xfrm device                             [ OK ]
# TEST: IPv6 xfrm policy with xfrm device                             [ OK ]
# 
# Tests passed:  14
# Tests failed:   0
ok 1 selftests: net: vrf-xfrm-tests.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__->