diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-08-19 08:17:18 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-08-19 08:17:18 +0800 |
commit | c427a3f99c24748fcdea87dc3277a99a9062d86d (patch) | |
tree | 3fb76f6780d209621b1c561f6b1da3aa401a1ca3 | |
parent | a10e2a06019623290381e2aa5a0cf99003ac66b2 (diff) |
BugFix: add scp constraint
Change-Id: Ide4203cba5b8d62dcb4006c227c850f7ef186ec5
Signed-off-by: JingLu5 <lvjing5@huawei.com>
-rwxr-xr-x | tests/ci/prepare_env.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ci/prepare_env.sh b/tests/ci/prepare_env.sh index cb83d9cb3..2c71c7c69 100755 --- a/tests/ci/prepare_env.sh +++ b/tests/ci/prepare_env.sh @@ -57,7 +57,9 @@ export EXTERNAL_NETWORK INSTALLER_TYPE DEPLOY_TYPE NODE_NAME $YARDSTICK_REPO_DIR/tests/ci/prepare_storperf_admin-rc.sh # copy a admin-rc file for StorPerf integration to the deployment location -expect $YARDSTICK_REPO_DIR/tests/ci/scp_storperf_admin-rc.sh +if [ "$NODE_NAME" == "huawei-pod1" ]; then + expect $YARDSTICK_REPO_DIR/tests/ci/scp_storperf_admin-rc.sh +fi # Fetching id_rsa file from jump_server..." verify_connectivity() { |