aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ci/prepare_storperf_admin-rc.sh
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2017-06-27 03:34:49 +0000
committerJingLu5 <lvjing5@huawei.com>2017-06-27 03:39:46 +0000
commit1c69f20b0f681ea66d68d077c7f85466363fee4d (patch)
tree26519fd9f69c06c87db8dcc6e8174d84ae8b6507 /tests/ci/prepare_storperf_admin-rc.sh
parent1ff9df7e724eb0c981aebd5f5b8aa90db0da292b (diff)
Set TEST_DB_URL for storperf
JIRA: YARDSTICK-692 add the URL for the test results DB to the storperd_admin-rc TEST_DB_URL=http://testresults.opnfv.org/test/api/v1 Also, add metadata JSON to the POST to /job API when creating the job: Change-Id: Ib950f759d80e707bc49d9015bc120d985051f131 Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests/ci/prepare_storperf_admin-rc.sh')
-rwxr-xr-xtests/ci/prepare_storperf_admin-rc.sh1
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