diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-07-10 02:20:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-10 02:20:39 +0000 |
commit | dae41a002f756d1da65a749bc82eef3ccf4252db (patch) | |
tree | 6931d3e40b5d059953ae9f951b7070eeff59fa19 /tests/ci/prepare_env.sh | |
parent | 41136dafb30d0c410e92f9f7a7c19eae60f224e2 (diff) | |
parent | 3ef4228a89aeb6b3814f0b5ef89c75acfa7f382d (diff) |
Merge "Yardstick install storperf update"
Diffstat (limited to 'tests/ci/prepare_env.sh')
-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 e8f287bcd..3d9cc298f 100755 --- a/tests/ci/prepare_env.sh +++ b/tests/ci/prepare_env.sh @@ -63,7 +63,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 - bash $YARDSTICK_REPO_DIR/tests/ci/scp_storperf_admin-rc.sh + bash $YARDSTICK_REPO_DIR/tests/ci/scp_storperf_files.sh fi # Fetching id_rsa file from jump_server..." |