From 508e01d81a96c8ede773e6d0dd332892e9600ea7 Mon Sep 17 00:00:00 2001 From: Jörgen Karlsson Date: Thu, 4 Jun 2015 09:11:46 +0200 Subject: add pktgen scenario and sample Supports measuring network throughput UDP. SLA can be verified for packet lost per million packets (ppm) Change-Id: Ie5972f189bbe58b39a2fae98630b2f117c176ae5 JIRA: YARDSTICK-5 Signed-off-by: Jorgen Karlsson --- yardstick/benchmark/runners/arithmetic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yardstick/benchmark/runners') diff --git a/yardstick/benchmark/runners/arithmetic.py b/yardstick/benchmark/runners/arithmetic.py index a3aceb35d..acf14d08a 100644 --- a/yardstick/benchmark/runners/arithmetic.py +++ b/yardstick/benchmark/runners/arithmetic.py @@ -49,7 +49,7 @@ def _worker_process(queue, cls, method_name, context, scenario_args): if "sla" in scenario_args: sla_action = scenario_args["sla"].get("action", "assert") - for value in range(start, stop, step): + for value in range(start, stop+step, step): options[arg_name] = value -- cgit 1.2.3-korg