diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-08-11 09:55:23 +0800 |
---|---|---|
committer | liang gao <jean.gaoliang@huawei.com> | 2016-08-11 15:39:53 +0000 |
commit | c5070e9bcc1015a72d0e8259066f6f88fc62fcea (patch) | |
tree | ea96004bb8419844161ae2f3c9666f37873bd959 /tests/ci/yardstick-verify | |
parent | 2ccc014f0ee366a0abc78df4e7e501006f3a56cd (diff) |
BugFix: fix Storperf CI bug
Change-Id: I508762b4fc37620dc01f0e166cef92fe1864eac5
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests/ci/yardstick-verify')
-rwxr-xr-x | tests/ci/yardstick-verify | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/ci/yardstick-verify b/tests/ci/yardstick-verify index b3cae1188..bdb91003d 100755 --- a/tests/ci/yardstick-verify +++ b/tests/ci/yardstick-verify @@ -128,10 +128,13 @@ install_storperf() echo echo "========== Installing storperf ==========" - if ! yardstick plugin install plugin/CI/storperf.yaml; then + if ! yardstick -d plugin install plugin/CI/storperf.yaml; then echo "Install storperf plugin FAILED"; exit 1 fi + + echo + echo "========== Installed storperf container ==========" fi } |