diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-08-21 03:21:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-21 03:21:54 +0000 |
commit | 9219667892ae778aa6f9ea1ab29efc6923e6c5f3 (patch) | |
tree | 272ee93c835413e52165fe15cf9ea8d75baa6539 | |
parent | bd97bf5dddf4411c6c51939b55ef19c985d526cd (diff) | |
parent | 782035b1427da1479df79dc2784ecf59a37b69e9 (diff) |
Merge "bugfix: storperf not use expect"
-rwxr-xr-x | tests/ci/prepare_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/prepare_env.sh b/tests/ci/prepare_env.sh index 2c71c7c69..d9f8257ae 100755 --- a/tests/ci/prepare_env.sh +++ b/tests/ci/prepare_env.sh @@ -58,7 +58,7 @@ $YARDSTICK_REPO_DIR/tests/ci/prepare_storperf_admin-rc.sh # copy a admin-rc file for StorPerf integration to the deployment location if [ "$NODE_NAME" == "huawei-pod1" ]; then - expect $YARDSTICK_REPO_DIR/tests/ci/scp_storperf_admin-rc.sh + bash $YARDSTICK_REPO_DIR/tests/ci/scp_storperf_admin-rc.sh fi # Fetching id_rsa file from jump_server..." |