aboutsummaryrefslogtreecommitdiffstats
path: root/integration/storperf/storperf.sh
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2017-08-01 17:51:04 +0800
committerzhihui wu <wu.zhihui1@zte.com.cn>2017-08-01 17:51:04 +0800
commit61e134112a356d298e0e370832ec676caf2e85ef (patch)
tree0ae4ce43443f0d55546eaae812f45d673ad5cc11 /integration/storperf/storperf.sh
parent06b4f3801918ff5548b25e3897a49fe3e3953d9a (diff)
Find nova vs. vm mapping relation
Find nova vs. vm mapping relation, and save it to a json file named "nova_vm.json" JIRA: QTIP-253 Change-Id: Ib9b6356525d78cd69752843ff65425a4628bd160 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'integration/storperf/storperf.sh')
-rwxr-xr-xintegration/storperf/storperf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/storperf/storperf.sh b/integration/storperf/storperf.sh
index 7a0253df..8120cb90 100755
--- a/integration/storperf/storperf.sh
+++ b/integration/storperf/storperf.sh
@@ -38,8 +38,8 @@ installer_ip=${installer_ip:-$INSTALLER_IP}
stack_json=${stack_json:-"$WORKSPACE/default_stack.json"}
job_json=${job_json:-"$WORKSPACE/default_job.json"}
-source ./openstack.sh
-source ./storperf_docker.sh
+source $WORKSPACE/openstack.sh
+source $WORKSPACE/storperf_docker.sh
git clone --depth 1 https://gerrit.opnfv.org/gerrit/storperf $WORKSPACE/storperf
git clone --depth 1 https://gerrit.opnfv.org/gerrit/releng $WORKSPACE/releng