make -C tools/testing/selftests TARGETS=net/tcp_ao TEST_PROGS=seq-ext_ipv66 TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-6/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-6/tools/testing/selftests/net/tcp_ao'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-6/tools/testing/selftests/net/tcp_ao'
make[1]: Entering directory '/home/virtme/testing-6/tools/testing/selftests/net/tcp_ao'
TAP version 13
1..1
# overriding timeout to 240
# selftests: net/tcp_ao: seq-ext_ipv6
# 1..7
# # 636[lib/setup.c:243] rand seed 1707977647
# TAP version 13
[  159.558756][    C0] TCP: AO hash mismatch for 10.0.1.1.59384->10.0.254.1.7011 [FP.] L3index: 0
[  159.558791][    C3] TCP: AO hash mismatch for 10.0.254.1.7011->10.0.1.1.59384 [FP.] L3index: 0
[  160.582636][    C3] TCP: AO hash mismatch for 10.0.1.1.38710->10.0.254.1.7012 [FP.] L3index: 0
[  160.582641][    C2] TCP: AO hash mismatch for 10.0.254.1.7012->10.0.1.1.38710 [FP.] L3index: 0
# not ok 1 # error 637[seq-ext.c:182] failed to connect(): Connection timed out
# # Planned tests != run tests (7 != 1)
# # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:0 error:1
ok 1 selftests: net/tcp_ao: seq-ext_ipv6
make[1]: Leaving directory '/home/virtme/testing-6/tools/testing/selftests/net/tcp_ao'
make: Leaving directory '/home/virtme/testing-6/tools/testing/selftests'
xx__-> echo $?
0
xx__->