Update git submodules
authorJing Zhang <jing.c.zhang@nokia.com>
Thu, 6 Apr 2017 13:38:20 +0000 (09:38 -0400)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 1 Jun 2017 01:06:52 +0000 (01:06 +0000)
commit1dbff54a762170f7d3d9968684df0a85a6a60555
tree6fa7b03d75dd48fce455ca56d8bb75af7cc12afd
parent5e94b715b1ce4ae27d55c85923a02d0420f75028
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Add a new runner to do binary search for max PPS

    A run consists of multiple (configurable) iterations. The first iteration starts from a configured packet rate. The subsequent iterations start from the observed rate from the previous run.
    An iteration is a binary search for maximum pps while not exceeding 10-6 packet loss rate. The upper rate is capped to the last pps when packet loss target is missed, the bottom rate is capped to the last pps when packet loss target is met. An iteration stops when the upper rate and the lower rate are close enough (configurable) or the received rate is well below the sending rate.
    The output observed rate is set to the bottom rate.

    Update-1: local run of run_tests.sh is good, but two lines are reported by Jekins as too long
    Update-2: Minor fix to cope with "pps" is not defined in test case yaml file.
    Update-3: Add pragma to skip unit test for this patch.

    JIRA: YARDSTICK-613

    Change-Id: I2411b173d18d928cc1cf08f883b08bc13a125ea2
Signed-off-by: Jing Zhang <jing.c.zhang@nokia.com>
docs/submodules/yardstick