make -C tools/testing/selftests TARGETS="net/mptcp" TEST_PROGS=simult_flowws.sh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-11/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-11/tools/testing/selftests/net/mptcp'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-11/tools/testing/selftests/net/mptcp'
make[1]: Entering directory '/home/virtme/testing-11/tools/testing/selftests/net/mptcp'
TAP version 13
1..1
# timeout set to 1800
# selftests: net/mptcp: simult_flows.sh
# 01 balanced bwidth                                             7403 max 7906       [ OK ]
# 02 balanced bwidth - reverse direction                         7388 max 7906       [ OK ]
# 03 balanced bwidth with unbalanced delay                       7553 max 7906       [ OK ]
# 04 balanced bwidth with unbalanced delay - reverse direction   7530 max 7906       [ OK ]
# 05 unbalanced bwidth                                           11309 max 11921      [ OK ]
# 06 unbalanced bwidth - reverse direction                       11359 max 11921      [ OK ]
# 07 unbalanced bwidth with unbalanced delay                     11399 max 11921      [ OK ]
# 08 unbalanced bwidth with unbalanced delay - reverse direction 11394 max 11921      [ OK ]
# 09 unbalanced bwidth with opposed, unbalanced delay            11867 max 11921      [ OK ]
# 10 unbalanced bwidth with opposed, unbalanced delay - reverse direction11684 max 11921      [ OK ]
# 
# TAP version 13
# 1..10
# ok 1 - simult_flows: balanced bwidth # time=7654ms
# ok 2 - simult_flows: balanced bwidth - reverse direction # time=7499ms
# ok 3 - simult_flows: balanced bwidth with unbalanced delay # time=7840ms
# ok 4 - simult_flows: balanced bwidth with unbalanced delay - reverse direction # time=7649ms
# ok 5 - simult_flows: unbalanced bwidth # time=11557ms
# ok 6 - simult_flows: unbalanced bwidth - reverse direction # time=11473ms
# ok 7 - simult_flows: unbalanced bwidth with unbalanced delay # time=11669ms
# ok 8 - simult_flows: unbalanced bwidth with unbalanced delay - reverse direction # time=11508ms
# ok 9 - simult_flows: unbalanced bwidth with opposed, unbalanced delay # time=12179ms
# ok 10 - simult_flows: unbalanced bwidth with opposed, unbalanced delay - reverse direction # time=11869ms
ok 1 selftests: net/mptcp: simult_flows.sh
make[1]: Leaving directory '/home/virtme/testing-11/tools/testing/selftests/net/mptcp'
make: Leaving directory '/home/virtme/testing-11/tools/testing/selftests'
xx__-> echo $?
0
xx__->