diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-07-26 01:34:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-26 01:34:49 +0000 |
commit | 2e97a114e55df1d0ac196b2f959aba36e4dc5019 (patch) | |
tree | 92bd8d9a4843535fe16d50701bb6fb34d9a4a2b3 /plugin | |
parent | dab477b757c53c18cc619f7f5c82fe5c0e61e67f (diff) | |
parent | 151e2655c678e3241ac08d049945a0f35083d3af (diff) |
Merge "StorPerf integration into Yardstick as a pulgin."
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/storperf.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugin/storperf.yaml b/plugin/storperf.yaml new file mode 100644 index 000000000..d08e26eb6 --- /dev/null +++ b/plugin/storperf.yaml @@ -0,0 +1,13 @@ +--- +# StorPerf plugin configration file +# Used for integration StorPerf into Yardstick as a plugin + +schema: "yardstick:plugin:0.1" + +plugins: + name: storperf + +deployment: + ip: 192.168.23.2 + user: root + password: root |