Update git submodules
authorAbhijit Sinha <abhijit.sinha@intel.com>
Wed, 3 Oct 2018 09:00:07 +0000 (09:00 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 3 Oct 2018 09:00:07 +0000 (09:00 +0000)
commit334a21977fc9a6d895eed838b9edd42f8a46376b
tree00150a67cfa1b897045e5ee827ba5dc1a057709e
parent5763e452482e4042e4a5052226c97daa44e172a8
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "NSB PROX NFVi Test does not stop after reaching expected precision"
  - NSB PROX NFVi Test does not stop after reaching expected precision

    JIRA: YARDSTICK-1419

    When using prox_binsearch algorithm, a binary search is
    performed, increasing lower bound when step was successful
    and decreasing upper bound when the step was a failure.

    This runs until the test_precision (as specified in the
    traffic profile) is reached. When the test precision
    is reached, the test is not completed until the
    runner duration is reached.

    As runner duration is usually high (e.g. 1800sec), the
    tests take much too long to execute.
    This makes it difficult to create test suites.

    Change-Id: I6cc503a09fb534a556c61c805e6df4786bb8cc4b
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
docs/submodules/yardstick