make -C tools/testing/selftests TARGETS=net/forwarding TEST_PROGS=tc_policce.sh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-4/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
make[1]: Entering directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
TAP version 13
1..1
# timeout set to 0
# selftests: net/forwarding: tc_police.sh
# TEST: police on rx                                                  [FAIL]
# Expected rate 76.2Mbps, got 47.6Mbps, which is -37% off. Required accuracy is +-10%.
# TEST: police on tx                                                  [FAIL]
# Expected rate 76.2Mbps, got 47.2Mbps, which is -38% off. Required accuracy is +-10%.
# TEST: police with shared policer - rx                               [FAIL]
# Expected rate 76.2Mbps, got 48.0Mbps, which is -36% off. Required accuracy is +-10%.
# TEST: police with shared policer - tx                               [FAIL]
# Expected rate 76.2Mbps, got 46.5Mbps, which is -38% off. Required accuracy is +-10%.
# TEST: police rx and mirror                                          [FAIL]
# Expected rate 76.2Mbps, got 23.7Mbps, which is -68% off. Required accuracy is +-10%.
# TEST: police tx and mirror                                          [FAIL]
# Expected rate 76.2Mbps, got 28.6Mbps, which is -62% off. Required accuracy is +-10%.
# TEST: police pps on rx                                              [ OK ]
# TEST: police pps on tx                                              [ OK ]
# TEST: police mtu (rx)                                               [ OK ]
# TEST: police mtu (tx)                                               [ OK ]
not ok 1 selftests: net/forwarding: tc_police.sh # exit=1
make[1]: Leaving directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
make: Leaving directory '/home/virtme/testing-4/tools/testing/selftests'
xx__-> echo $?
0
xx__->