aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2015-10-20Heat context code refactorQiLiang1-0/+1
Heat context code refactor to cater for the evolution of the Yardstick framework. At test_case.yaml context segment add "type" to indicate the context type, see samples/ping-heat-context.yaml for an example. And the default context type is Heat, so the existing yaml file do not need to change. JIRA: YARDSTICK-168 Change-Id: Ida0ce12c17cd9b88d7acfb4c9eb1ac6986394b38 Signed-off-by: QiLiang <liangqi1@huawei.com>
2015-05-19add package scenarios with module baseHans Feldt1-0/+13
The Scenario class is a base class for all "real" scenarios. Change-Id: I4891321bdf489bce3e5c7e25c0c75e6882e344e4 JIRA: - Signed-off-by: Hans Feldt <hans.feldt@ericsson.com>