make -C tools/testing/selftests TARGETS="net/forwarding" TEST_PROGS=sch_reed.sh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-2/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
TAP version 13
1..1
# timeout set to 10800
# selftests: net/forwarding: sch_red.sh
# 6.78 [+6.78] TEST: ping from host 1                                              [ OK ]
# 7.76 [+0.98] TEST: ping from host 2                                              [ OK ]
# 7.79 [+0.03] RED: set bandwidth to 10Mbit
# 15.96 [+8.17] TEST: ECN backlog < limit                                           [ OK ]
# 22.09 [+6.13] TEST: ECN backlog > limit                                           [ OK ]
# 33.80 [+11.71] TEST: ECN backlog > limit: UDP early-dropped                        [ OK ]
# 33.86 [+0.06] RED: set bandwidth to 10Mbit
# 42.02 [+8.16] TEST: ECN nodrop backlog < limit                                    [ OK ]
# 48.17 [+6.15] TEST: ECN nodrop backlog > limit                                    [ OK ]
# 49.25 [+1.08] TEST: ECN nodrop backlog > limit: UDP not dropped                   [ OK ]
# 49.30 [+0.05] RED: set bandwidth to 10Mbit
# 56.46 [+7.16] TEST: RED backlog < limit                                           [ OK ]
# 73.23 [+16.76] TEST: RED backlog > limit                                           [ OK ]
# 73.28 [+0.05] RED: set bandwidth to 10Mbit
# 89.18 [+15.91] TEST: RED early_dropped packets mirrored                            [ OK ]
# 89.24 [+0.06] RED: set bandwidth to 10Mbit
# 103.57 [+14.33] TEST: ECN marked packets mirrored                                   [ OK ]
ok 1 selftests: net/forwarding: sch_red.sh
make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make: Leaving directory '/home/virtme/testing-2/tools/testing/selftests'
xx__-> echo $?
0
xx__->