From c5070e9bcc1015a72d0e8259066f6f88fc62fcea Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Thu, 11 Aug 2016 09:55:23 +0800 Subject: BugFix: fix Storperf CI bug Change-Id: I508762b4fc37620dc01f0e166cef92fe1864eac5 Signed-off-by: JingLu5 --- tests/ci/yardstick-verify | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') 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 } -- cgit 1.2.3-korg