From: JingLu5 Date: Fri, 19 Aug 2016 00:17:18 +0000 (+0800) Subject: BugFix: add scp constraint X-Git-Tag: colorado.1.0~38 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F18999%2F1;p=yardstick.git BugFix: add scp constraint Change-Id: Ide4203cba5b8d62dcb4006c227c850f7ef186ec5 Signed-off-by: JingLu5 --- 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() {