diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-07-26 01:34:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-26 01:34:49 +0000 |
commit | 2e97a114e55df1d0ac196b2f959aba36e4dc5019 (patch) | |
tree | 92bd8d9a4843535fe16d50701bb6fb34d9a4a2b3 /tests/ci/prepare_env.sh | |
parent | dab477b757c53c18cc619f7f5c82fe5c0e61e67f (diff) | |
parent | 151e2655c678e3241ac08d049945a0f35083d3af (diff) |
Merge "StorPerf integration into Yardstick as a pulgin."
Diffstat (limited to 'tests/ci/prepare_env.sh')
-rwxr-xr-x | tests/ci/prepare_env.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ci/prepare_env.sh b/tests/ci/prepare_env.sh index ed832bc47..723a04aa1 100755 --- a/tests/ci/prepare_env.sh +++ b/tests/ci/prepare_env.sh @@ -52,3 +52,6 @@ fi source $OPENRC export EXTERNAL_NETWORK INSTALLER_TYPE DEPLOY_TYPE NODE_NAME + +# Prepare a admin-rc file for StorPerf integration +$YARDSTICK_REPO_DIR/tests/ci/prepare_storperf_admin-rc.sh |