summaryrefslogtreecommitdiffstats
path: root/dashboard
diff options
context:
space:
mode:
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-06-14 11:35:51 +0800
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-06-15 09:04:22 +0800
commit6bd6de4592e564dbe19e4cf71a68292a848f1769 (patch)
tree584ad94c04fb8ae2a96a59fa0ad72507e047308c /dashboard
parent06fe75eed51ef0f227487fc23a834841b7a29760 (diff)
Change url to new testapi
JIRA:QTIP-86 Change-Id: Ib29ba4d0ae5e30c2aff0170893104d4685e8224a Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/pushtoDB.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/pushtoDB.py b/dashboard/pushtoDB.py
index d86fbeee..071e1dba 100644
--- a/dashboard/pushtoDB.py
+++ b/dashboard/pushtoDB.py
@@ -2,7 +2,7 @@ import requests
import json
import datetime
import os
-TEST_DB = 'http://testresults.opnfv.org/testapi'
+TEST_DB = 'http://testresults.opnfv.org/test/api/v1'
suite_list = [('compute_result.json', 'compute_test_suite'),('network_result.json', 'network_test_suite'),('storage_result.json', 'storage_test_suite')]
payload_list = { }