diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-07-03 01:58:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-03 01:58:44 +0000 |
commit | 20b220b4907b92b3b1afe659f532f3bb931d0c43 (patch) | |
tree | 9857d08c97326593a2b1de9ca5121176c32f99bd /tests | |
parent | 14bc98f0e810e37f4600cb0b16d227e8290e1db2 (diff) | |
parent | 1c69f20b0f681ea66d68d077c7f85466363fee4d (diff) |
Merge "Set TEST_DB_URL for storperf"
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ci/prepare_storperf_admin-rc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ci/prepare_storperf_admin-rc.sh b/tests/ci/prepare_storperf_admin-rc.sh index 979728e84..558375e62 100755 --- a/tests/ci/prepare_storperf_admin-rc.sh +++ b/tests/ci/prepare_storperf_admin-rc.sh @@ -35,3 +35,4 @@ echo "OS_TENANT_ID="$TENANT_ID >> ~/storperf_admin-rc echo "OS_USER_DOMAIN_ID="$USER_DOMAIN_ID >> ~/storperf_admin-rc echo "OS_PROJECT_DOMAIN_NAME="$OS_PROJECT_DOMAIN_NAME >> ~/storperf_admin-rc echo "OS_USER_DOMAIN_NAME="$OS_USER_DOMAIN_NAME >> ~/storperf_admin-rc +echo "TEST_DB_URL=http://testresults.opnfv.org/test/api/v1" >> ~/storperf_admin-rc |