diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-06-28 14:26:08 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-06-28 14:31:24 +0800 |
commit | f8b52ec5839c804be2f866393462f85f530160d9 (patch) | |
tree | d42769e39e592ae84117b5cafc3e4538ccbdf8b1 /samples | |
parent | 675eef731a098f83aa98c2021b151b7e5ba1da7d (diff) |
Add plugin Command
Change-Id: I8976ddf3dd43813ee38051dc4b0030265b85c3ef
Signed-off-by: JingLu5 <lvjing5@huawei.com>
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 |