diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-08-01 16:13:01 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-08-03 08:30:28 +0800 |
commit | c90a6b6209038814d0d2763dfd287e5e2f1de121 (patch) | |
tree | a93c6bc62afd5ca62ac1555dce580f267e6b4ae0 /plugin | |
parent | c89fda5b5e7ae1ce501fba9e506ff3528c7d6f92 (diff) |
Add Storperf in CI [work in progress]
Add task configration file for TC074_Storperf and update test suite file
Add test case description for TC074_Storperf
Update Dockerfile to add ubuntu image used by Storperf
Update yardstick-verify to load ubuntu image and install Storperf
Modify plugin.py to support local installation
Change-Id: I4de764c7924aac98de6e6a8664f9d5c0b58cf31b
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/CI/storperf.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugin/CI/storperf.yaml b/plugin/CI/storperf.yaml new file mode 100644 index 000000000..4407ddf8c --- /dev/null +++ b/plugin/CI/storperf.yaml @@ -0,0 +1,13 @@ +--- +# StorPerf plugin configration file for huawei-pod1 +# Used for integration StorPerf into Yardstick as a plugin + +schema: "yardstick:plugin:0.1" + +plugins: + name: storperf + +deployment: + ip: local + user: root + password: root |