Bugfix: storperf fails on ci when install plugin 71/54071/3
authorrexlee8776 <limingjiang@huawei.com>
Mon, 19 Mar 2018 03:57:09 +0000 (03:57 +0000)
committerRoss Brattain <ross.b.brattain@intel.com>
Mon, 19 Mar 2018 08:35:20 +0000 (08:35 +0000)
JIRA: YARDSTICK-1060

Change-Id: I6356bf16c547a1bd15f83f3ff6390822b7980f28
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
tests/ci/yardstick-verify

index d117482..34423ff 100755 (executable)
@@ -106,7 +106,7 @@ install_storperf()
         echo
         echo "========== Installing storperf =========="
 
-        if ! yardstick -d plugin install plugin/CI/storperf.yaml; then
+        if ! yardstick -d plugin install ${YARDSTICK_REPO_DIR}/plugin/CI/storperf.yaml; then
             echo "Install storperf plugin FAILED";
             exit 1
         fi
@@ -121,7 +121,7 @@ remove_storperf()
         echo
         echo "========== Removing storperf =========="
 
-        if ! yardstick -d plugin remove plugin/CI/storperf.yaml; then
+        if ! yardstick -d plugin remove ${YARDSTICK_REPO_DIR}/plugin/CI/storperf.yaml; then
             echo "Remove storperf plugin FAILED";
             exit 1
         fi