diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-08-11 15:41:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-11 15:41:05 +0000 |
commit | d333fa23d6cdd9628acf548d19fc3f20b7e33547 (patch) | |
tree | 71396c8d2699de291d04096fb3e0af1179016fe9 /tests | |
parent | 07b65b575c786fa40917f23757f3f585c8c3f555 (diff) | |
parent | c5070e9bcc1015a72d0e8259066f6f88fc62fcea (diff) |
Merge "BugFix: fix Storperf CI bug"
Diffstat (limited to 'tests')
-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 } |