make -C tools/testing/selftests TARGETS="net/tcp_ao" TEST_PROGS=connect_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: connect_ipv6
# 1..2
# # 1069[lib/setup.c:250] rand seed 1731402467
# TAP version 13
# # 1071[lib/proc.c:213]    Snmp6             Ip6InReceives: 2 => 23
# # 1071[lib/proc.c:213]    Snmp6             Ip6InDelivers: 2 => 23
# # 1071[lib/proc.c:213]    Snmp6            Ip6OutRequests: 3 => 24
# # 1071[lib/proc.c:213]    Snmp6               Ip6InOctets: 160 => 3756
# # 1071[lib/proc.c:213]    Snmp6              Ip6OutOctets: 244 => 3840
# # 1071[lib/proc.c:213]    Snmp6            Ip6InNoECTPkts: 2 => 23
# # 1071[lib/proc.c:213]    Snmp6           Ip6OutTransmits: 3 => 24
# # 1071[lib/proc.c:213]      Tcp                    InSegs: 1 => 22
# # 1071[lib/proc.c:213]      Tcp                   OutSegs: 2 => 23
# # 1071[lib/proc.c:213]   TcpExt               TCPPureAcks: 0 => 1
# # 1071[lib/proc.c:213]   TcpExt           TCPOrigDataSent: 0 => 20
# # 1071[lib/proc.c:213]   TcpExt              TCPDelivered: 1 => 21
# # 1071[lib/proc.c:213]   TcpExt                 TCPAOGood: 1 => 22
# ok 1 connect TCPAOGood 1/1/1 => 22/22/22, sent 20
# ok 2 No unexpected trace events during the test run
# # Totals: pass:2 fail:0 xfail:0 xpass:0 skip:0 error:0
ok 1 selftests: net/tcp_ao: connect_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__->