Add new sequence runner 46/946/3
authorKristian Hunt <kristian.hunt@gmail.com>
Thu, 2 Jul 2015 13:32:44 +0000 (15:32 +0200)
committerKristian Hunt <kristian.hunt@gmail.com>
Fri, 3 Jul 2015 12:21:41 +0000 (14:21 +0200)
commitbca83ab90d5f6ffb0afe5f2e756e3fd37f85c2a7
tree87e44571b88d0af44ed76277bc8832762f200a9a
parentda2d2731a79da35b07a4ef0d4b6f8a426f853b41
Add new sequence runner

The "sequence" runner will use an input value of the test for every
run from a pre-defined list from the task file.
Example runner section of the task file:
    type: Sequence
    interval: 1
    scenario_option_name: packetsize
    sequence:
    - 100
    - 150
    - 200

JIRA: YARDSTICK-47

Change-Id: I5bde9b78cb356499c338ef3da26ac1783670887d
Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
samples/ping-option-list.yaml [new file with mode: 0644]
yardstick/benchmark/runners/sequence.py [new file with mode: 0644]