make -C tools/testing/selftests TARGETS="net" TEST_PROGS=xfrm_policy.sh TEEST_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: xfrm_policy.sh
# 15.56 [+15.56] PASS: policy before exception matches
# 35.88 [+20.32] PASS: ping to .254 bypassed ipsec tunnel (exceptions)
# 36.11 [+0.22] PASS: direct policy matches (exceptions)
# 36.36 [+0.26] PASS: policy matches (exceptions)
# 57.50 [+21.13] PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies)
# 57.75 [+0.25] PASS: direct policy matches (exceptions and block policies)
# 58.00 [+0.25] PASS: policy matches (exceptions and block policies)
# 79.30 [+21.30] PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies after hresh changes)
# 79.57 [+0.27] PASS: direct policy matches (exceptions and block policies after hresh changes)
# 79.83 [+0.26] PASS: policy matches (exceptions and block policies after hresh changes)
# 104.14 [+24.32] PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies after hthresh change in ns3)
# 104.36 [+0.22] PASS: direct policy matches (exceptions and block policies after hthresh change in ns3)
# 104.58 [+0.22] PASS: policy matches (exceptions and block policies after hthresh change in ns3)
# 125.87 [+21.29] PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies after htresh change to normal)
# 126.12 [+0.25] PASS: direct policy matches (exceptions and block policies after htresh change to normal)
# 126.37 [+0.24] PASS: policy matches (exceptions and block policies after htresh change to normal)
# 126.75 [+0.39] PASS: policies with repeated htresh change
# 159.21 [+32.46] PASS: policies inserted in random order
ok 1 selftests: net: xfrm_policy.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__->