diff options
author | rexlee8776 <limingjiang@huawei.com> | 2016-08-21 03:09:44 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2016-08-21 03:09:44 +0000 |
commit | 782035b1427da1479df79dc2784ecf59a37b69e9 (patch) | |
tree | e48b9996055c197db5e27d0f7d43e3f0b14061f1 | |
parent | e5a2154bf5c2a18c661fa3fba540c172f177dec1 (diff) |
bugfix: storperf not use expect
Change-Id: I64af691ef25e61aeaa106e6662152dc46326c3f0
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
-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..." |