aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ci/yardstick-verify
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-07-24 06:55:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-24 06:55:28 +0000
commit15d807c22f33fab8e1f9b61e1d0c041a8144ee89 (patch)
tree6a3abbc72033ad505a80094378818aae7570a5cb /tests/ci/yardstick-verify
parentdeccb02a8adabe609c2e903ce9f60e8b39db6c29 (diff)
parent8ffbb26f5150f2ecdce44100c126cf6c183933cd (diff)
Merge "Open storperf testcase to huawei-pod2"
Diffstat (limited to 'tests/ci/yardstick-verify')
-rwxr-xr-xtests/ci/yardstick-verify4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ci/yardstick-verify b/tests/ci/yardstick-verify
index 096ea534f..751cf65f3 100755
--- a/tests/ci/yardstick-verify
+++ b/tests/ci/yardstick-verify
@@ -100,7 +100,7 @@ set -o pipefail
install_storperf()
{
# Install Storper on huawei-pod1
- if [ "$NODE_NAME" == "huawei-pod1" ]; then
+ if [ "$INSTALLER_TYPE" == "compass" ]; then
echo
echo "========== Installing storperf =========="
@@ -115,7 +115,7 @@ install_storperf()
remove_storperf()
{
# remove Storper from huawei-pod1
- if [ "$NODE_NAME" == "huawei-pod1" ]; then
+ if [ "$INSTALLER_TYPE" == "compass" ]; then
echo
echo "========== Removing storperf =========="