From 1dbff54a762170f7d3d9968684df0a85a6a60555 Mon Sep 17 00:00:00 2001 From: Jing Zhang Date: Thu, 6 Apr 2017 09:38:20 -0400 Subject: 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 --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 37921fcd2..68fc8023c 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 37921fcd232cd2fbba9f45ef9fa5d8c912f54af6 +Subproject commit 68fc8023c0018e8380d35540d31d410ae5c507f9 -- cgit 1.2.3-korg