make -C tools/testing/selftests TARGETS=net/mptcp TEST_PROGS=diag.sh TEST__GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-12/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-12/tools/testing/selftests/net/mptcp'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-12/tools/testing/selftests/net/mptcp'
make[1]: Entering directory '/home/virtme/testing-12/tools/testing/selftests/net/mptcp'
TAP version 13
1..1
# overriding timeout to 3600
# selftests: net/mptcp: diag.sh
# no msk on netns creation                          [  ok  ]
# listen match for dport 10000                      [  ok  ]
# listen match for sport 10000                      [  ok  ]
# listen match for saddr and sport                  [  ok  ]
# all listen sockets                                [  ok  ]
# after MPC handshake                               [  ok  ]
# ....chk remote_key                                [  ok  ]
# ....chk no fallback                               [  ok  ]
# ....chk 2 msk in use                              [  ok  ]
# ....chk 2 cestab                                  [  ok  ]
# ....chk 2->0 msk in use after flush               [  ok  ]
# ....chk 2->0 cestab after flush                   [  ok  ]
# check fallback                                    [  ok  ]
# ....chk 1 msk in use                              [  ok  ]
# ....chk 1 cestab                                  [  ok  ]
# ....chk 1->0 msk in use after flush               [  ok  ]
# ....chk 1->0 cestab after flush                   [  ok  ]
# many msk socket present                           [  ok  ]
# ....chk many msk in use                           [  ok  ]
# ....chk many cestab                               [  ok  ]
# ....chk many->0 msk in use after flush            [  ok  ]
# ....chk many->0 cestab after flush                [  ok  ]
# no listener sockets - mptcp                       [  ok  ]
# no listener sockets - subflows                    [  ok  ]
# many listener sockets - mptcp                     [  ok  ]
# many listener sockets - subflows                  [  ok  ]
# 
# TAP version 13
# 1..26
# ok 1 - diag: no msk on netns creation
# ok 2 - diag: listen match for dport 10000
# ok 3 - diag: listen match for sport 10000
# ok 4 - diag: listen match for saddr and sport
# ok 5 - diag: all listen sockets
# ok 6 - diag: after MPC handshake 
# ok 7 - diag: ....chk remote_key
# ok 8 - diag: ....chk no fallback
# ok 9 - diag: ....chk 2 msk in use
# ok 10 - diag: ....chk 2 cestab
# ok 11 - diag: ....chk 2->0 msk in use after flush
# ok 12 - diag: ....chk 2->0 cestab after flush
# ok 13 - diag: check fallback
# ok 14 - diag: ....chk 1 msk in use
# ok 15 - diag: ....chk 1 cestab
# ok 16 - diag: ....chk 1->0 msk in use after flush
# ok 17 - diag: ....chk 1->0 cestab after flush
# ok 18 - diag: many msk socket present
# ok 19 - diag: ....chk many msk in use
# ok 20 - diag: ....chk many cestab
# ok 21 - diag: ....chk many->0 msk in use after flush
# ok 22 - diag: ....chk many->0 cestab after flush
# ok 23 - diag: no listener sockets - mptcp
# ok 24 - diag: no listener sockets - subflows
# ok 25 - diag: many listener sockets - mptcp
# ok 26 - diag: many listener sockets - subflows
ok 1 selftests: net/mptcp: diag.sh
make[1]: Leaving directory '/home/virtme/testing-12/tools/testing/selftests/net/mptcp'
make: Leaving directory '/home/virtme/testing-12/tools/testing/selftests'
xx__-> echo $?
0
xx__->