Add iteration type for Runner 74/1074/4
authorkubi <jean.gaoliang@huawei.com>
Sat, 25 Jul 2015 09:08:14 +0000 (09:08 +0000)
committerkubi <jean.gaoliang@huawei.com>
Mon, 17 Aug 2015 03:20:02 +0000 (23:20 -0400)
commit18ffc52220f585e158e2ed4aee3d7d98c6814a2a
tree903c59e0793837ee76d47c491d56cc5049af2f6a
parent1747afd41c228bd5bff17c5233ded5061791363e
Add iteration type for Runner

A Iteration runner is roughly the same as a Duration runner but runs
for a configurable number of times/iterations instead of time.
Basically just the termination condition is different.
modify the unit and default value of iteration.
rename iteration to iterations
JIRA:YARDSTICK-49

Change-Id: I67f4014dc3cf923cd31cc2e990e2f7219bce40fe
Signed-off-by: kubi <jean.gaoliang@huawei.com>
samples/ping-iteration.yaml [new file with mode: 0755]
yardstick/benchmark/runners/iteration.py [new file with mode: 0755]