diff options
author | JingLu5 <lvjing5@huawei.com> | 2017-07-11 02:34:41 +0000 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2017-07-17 07:17:58 +0000 |
commit | 8ffbb26f5150f2ecdce44100c126cf6c183933cd (patch) | |
tree | 93e57a22f7fe5b8e165bb02b4728cac4ec27813f /tests/ci/yardstick-verify | |
parent | 7ee54db221fbb4173de011585a425f0750dd6ccf (diff) |
Open storperf testcase to huawei-pod2
JIRA: YARDSTICK-712
Change-Id: If91c936a3a59580a987cb6762db5d063edf6c9d7
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests/ci/yardstick-verify')
-rwxr-xr-x | tests/ci/yardstick-verify | 4 |
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 ==========" |