diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-06-30 07:27:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-30 07:27:45 +0000 |
commit | 14c7413448e4690fefd0ecad908ec86d6f774d6f (patch) | |
tree | b8859acb0ca21d8c5ff86a51ef801ccf41fe3256 /samples | |
parent | bad1fedef56b1dc5f526c29a5bdc508f7bedf1f4 (diff) | |
parent | f8b52ec5839c804be2f866393462f85f530160d9 (diff) |
Merge "Add plugin Command"
Diffstat (limited to 'samples')
-rw-r--r-- | samples/plugintest.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/samples/plugintest.yaml b/samples/plugintest.yaml new file mode 100644 index 000000000..dc3b29d63 --- /dev/null +++ b/samples/plugintest.yaml @@ -0,0 +1,22 @@ +--- +# Sample benchmark task config file +# Used for testing sample plugin + +schema: "yardstick:task:0.1" + +scenarios: +- + type: PluginTest + options: + + nodes: + host1: node1.LF + + runner: + type: Iteration + iterations: 1 + +context: + type: Node + name: LF + file: /root/yardstick/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml |