Add Dummy context and scenario type 85/5385/1
authorQiLiang <liangqi1@huawei.com>
Thu, 31 Dec 2015 02:11:21 +0000 (02:11 +0000)
committerQiLiang <liangqi1@huawei.com>
Thu, 31 Dec 2015 03:08:24 +0000 (03:08 +0000)
commit60ee06b4179bbd4b578275ad3e773853713af3c4
tree39d318b6b6ab966bc626d3d969fd8839215e5264
parent8375eec566fc4266d940e98a61d78707c4801f93
Add Dummy context and scenario type

Dummy Context Usage:

- if no context specified in the task file then automatically use
  Dummy Context

- or specify the context with type Dummy in the task file, like

    context:
      type: Dummy

Note: context without type name default use Heat Context.
      (e.g. samples/fio.yaml)

JIRA: -

Change-Id: I7f798a7260bdd6ac24902e2c835a3b121319fd8c
Signed-off-by: QiLiang <liangqi1@huawei.com>
samples/dummy-no-context.yaml [new file with mode: 0644]
samples/dummy.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/test_dummy.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/dummy/__init__.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/dummy/test_dummy.py [new file with mode: 0644]
yardstick/benchmark/contexts/dummy.py [new file with mode: 0644]
yardstick/benchmark/scenarios/dummy/__init__.py [new file with mode: 0644]
yardstick/benchmark/scenarios/dummy/dummy.py [new file with mode: 0644]
yardstick/cmd/commands/task.py