From 334a21977fc9a6d895eed838b9edd42f8a46376b Mon Sep 17 00:00:00 2001 From: Abhijit Sinha Date: Wed, 3 Oct 2018 09:00:07 +0000 Subject: 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 --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 7237241a3..0ddf777a4 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 7237241a396871d637f9906c1fc93a8587a7b726 +Subproject commit 0ddf777a4d0621f19ad2017292b8d2c548d5e038 -- cgit 1.2.3-korg