make -C tools/testing/selftests TARGETS="net/tcp_ao" TEST_PROGS=restore_ippv6 TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-5/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-5/tools/testing/selftests/net/tcp_ao'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-5/tools/testing/selftests/net/tcp_ao'
make[1]: Entering directory '/home/virtme/testing-5/tools/testing/selftests/net/tcp_ao'
TAP version 13
1..1
# timeout set to 120
# selftests: net/tcp_ao: restore_ipv6
# 1..21
# # 555[lib/setup.c:250] rand seed 1728637776
# TAP version 13
# ok 1 TCP-AO migrate to another socket: server alive
# ok 2 TCP-AO migrate to another socket: post-migrate connection is alive
# ok 3 TCP-AO migrate to another socket: counter TCPAOGood increased 23 => 44
# ok 4 TCP-AO migrate to another socket: counter TCPAOGood increased 22 => 42
# ok 5 TCP-AO with wrong send ISN: server couldn't serve
# ok 6 TCP-AO with wrong send ISN: post-migrate connection is broken
# ok 7 TCP-AO with wrong send ISN: counter TCPAOBad increased 0 => 4
# ok 8 TCP-AO with wrong send ISN: counter TCPAOBad increased 0 => 3
# ok 9 TCP-AO with wrong receive ISN: post-migrate connection is broken
# ok 10 TCP-AO with wrong receive ISN: server couldn't serve
# ok 11 TCP-AO with wrong receive ISN: counter TCPAOBad increased 4 => 9
# ok 12 TCP-AO with wrong receive ISN: counter TCPAOBad increased 3 => 7
# ok 13 TCP-AO with wrong send SEQ ext number: server couldn't serve
# ok 14 TCP-AO with wrong send SEQ ext number: post-migrate connection is broken
# ok 15 TCP-AO with wrong send SEQ ext number: counter TCPAOBad increased 9 => 17
# ok 16 TCP-AO with wrong send SEQ ext number: counter TCPAOBad increased 7 => 8
# ok 17 TCP-AO with wrong receive SEQ ext number: post-migrate connection is broken
# ok 18 TCP-AO with wrong receive SEQ ext number: server couldn't serve
# ok 19 TCP-AO with wrong receive SEQ ext number: counter TCPAOBad increased 17 => 20
# ok 20 TCP-AO with wrong receive SEQ ext number: counter TCPAOBad increased 8 => 16
# ok 21 Trace events matched expectations: 36 tcp_ao_mismatch[36] 
# # Totals: pass:21 fail:0 xfail:0 xpass:0 skip:0 error:0
ok 1 selftests: net/tcp_ao: restore_ipv6
make[1]: Leaving directory '/home/virtme/testing-5/tools/testing/selftests/net/tcp_ao'
make: Leaving directory '/home/virtme/testing-5/tools/testing/selftests'
xx__-> echo $?
0
xx__->