make -C tools/testing/selftests TARGETS="net/tcp_ao" TEST_PROGS=icmps-disccard_ipv6 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: icmps-discard_ipv6
# 1..4
# # 983[lib/setup.c:250] rand seed 1724750482
# TAP version 13
# # 983[lib/proc.c:213]    Snmp6             Ip6InReceives: 4 => 591
# # 983[lib/proc.c:213]    Snmp6             Ip6InDelivers: 4 => 590
# # 983[lib/proc.c:213]    Snmp6            Ip6OutRequests: 3 => 204
# # 983[lib/proc.c:213]    Snmp6            Ip6InMcastPkts: 1 => 2
# # 983[lib/proc.c:213]    Snmp6           Ip6OutMcastPkts: 0 => 1
# # 983[lib/proc.c:213]    Snmp6               Ip6InOctets: 420 => 72672
# # 983[lib/proc.c:213]    Snmp6              Ip6OutOctets: 236 => 35532
# # 983[lib/proc.c:213]    Snmp6          Ip6InMcastOctets: 72 => 168
# # 983[lib/proc.c:213]    Snmp6         Ip6OutMcastOctets: 0 => 96
# # 983[lib/proc.c:213]    Snmp6            Ip6InNoECTPkts: 4 => 591
# # 983[lib/proc.c:213]    Snmp6           Ip6OutTransmits: 3 => 204
# # 983[lib/proc.c:213]    Snmp6               Icmp6InMsgs: 1 => 389
# # 983[lib/proc.c:213]    Snmp6              Icmp6OutMsgs: 1 => 2
# # 983[lib/proc.c:213]    Snmp6       Icmp6InDestUnreachs: 0 => 388
# # 983[lib/proc.c:213]    Snmp6      Icmp6OutMLDv2Reports: 0 => 1
# # 983[lib/proc.c:213]    Snmp6              Icmp6InType1: 0 => 391
# # 983[lib/proc.c:213]    Snmp6           Icmp6OutType143: 0 => 1
# # 983[lib/proc.c:213]      Tcp                    InSegs: 3 => 203
# # 983[lib/proc.c:213]      Tcp                   OutSegs: 2 => 202
# # 983[lib/proc.c:213]   TcpExt                 TCPHPHits: 0 => 198
# # 983[lib/proc.c:213]   TcpExt                 TCPHPAcks: 0 => 199
# # 983[lib/proc.c:213]   TcpExt           TCPOrigDataSent: 0 => 200
# # 983[lib/proc.c:213]   TcpExt              TCPDelivered: 0 => 199
# # 983[lib/proc.c:213]   TcpExt                 TCPAOGood: 3 => 203
# # 983[lib/proc.c:213]   TcpExt         TCPAODroppedIcmps: 0 => 364
# ok 1 Icmp6InDestUnreachs delivered 388
# ok 2 Server survived 20000 bytes of traffic
# ok 3 ICMPs ignored 364
# ok 4 No unexpected trace events during the test run
# # Totals: pass:4 fail:0 xfail:0 xpass:0 skip:0 error:0
ok 1 selftests: net/tcp_ao: icmps-discard_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__->