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 /plugin/sample_config.yaml | |
parent | bad1fedef56b1dc5f526c29a5bdc508f7bedf1f4 (diff) | |
parent | f8b52ec5839c804be2f866393462f85f530160d9 (diff) |
Merge "Add plugin Command"
Diffstat (limited to 'plugin/sample_config.yaml')
-rw-r--r-- | plugin/sample_config.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugin/sample_config.yaml b/plugin/sample_config.yaml new file mode 100644 index 000000000..39d04e3af --- /dev/null +++ b/plugin/sample_config.yaml @@ -0,0 +1,12 @@ +--- +# Sample plugin configration file + +schema: "yardstick:plugin:0.1" + +plugins: + name: sample + +deployment: + ip: 10.1.0.50 + user: root + password: root |