Pass parameters between scenarios 33/35333/3
authorchenjiankun <chenjiankun1@huawei.com>
Thu, 25 May 2017 09:19:04 +0000 (09:19 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Fri, 26 May 2017 02:16:25 +0000 (02:16 +0000)
commitfc6eddef3d27cf51b3f6da3a523080e55c6bfb70
treef3fe93a193eec436bd834ce4583b084017ac6b5b
parentdd42ba3cafb908246da5b90c8bbbc2c7d0beb801
Pass parameters between scenarios

JIRA: YARDSTICK-641

Allowing parameters to pass between scenarios so that the one test case
can be combination of several scenarios.

Change-Id: I55a00855e77d5b719a27a069a3ea195d6bbd0ef8
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
tests/unit/benchmark/core/test_task.py
tests/unit/benchmark/runner/__init__.py [new file with mode: 0644]
tests/unit/benchmark/runner/test_base.py [new file with mode: 0644]
yardstick/benchmark/core/task.py
yardstick/benchmark/runners/arithmetic.py
yardstick/benchmark/runners/base.py
yardstick/benchmark/runners/duration.py
yardstick/benchmark/runners/iteration.py
yardstick/benchmark/runners/sequence.py