From c90a6b6209038814d0d2763dfd287e5e2f1de121 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Mon, 1 Aug 2016 16:13:01 +0800 Subject: 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 --- plugin/CI/storperf.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugin/CI/storperf.yaml (limited to 'plugin') 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 -- cgit 1.2.3-korg