From 60ee06b4179bbd4b578275ad3e773853713af3c4 Mon Sep 17 00:00:00 2001 From: QiLiang Date: Thu, 31 Dec 2015 02:11:21 +0000 Subject: 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 --- samples/dummy.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 samples/dummy.yaml (limited to 'samples/dummy.yaml') diff --git a/samples/dummy.yaml b/samples/dummy.yaml new file mode 100644 index 000000000..e41ab9fba --- /dev/null +++ b/samples/dummy.yaml @@ -0,0 +1,17 @@ +--- +# Sample benchmark task config file + +schema: "yardstick:task:0.1" + +scenarios: +- + type: Dummy + + runner: + type: Duration + duration: 5 + interval: 1 + +context: + type: Dummy + -- cgit 1.2.3-korg