diff options
author | 2016-01-25 11:58:55 +0000 | |
---|---|---|
committer | 2016-01-25 11:58:55 +0000 | |
commit | bb192907a67f1058b8eb557a941594414fdc4a45 (patch) | |
tree | e6ff95f0f76b75c4bade766cd13ca86ac9b024db /dashboard/pushtoDB.py | |
parent | bab7c5360e2bd4eabc63e3b78cb6fcea8730b608 (diff) | |
parent | 0e745438997721838b763b089b560ddb0c53d98b (diff) |
Merge "update: address for testing db"
Diffstat (limited to 'dashboard/pushtoDB.py')
-rw-r--r-- | dashboard/pushtoDB.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/pushtoDB.py b/dashboard/pushtoDB.py index 44602628..750ec039 100644 --- a/dashboard/pushtoDB.py +++ b/dashboard/pushtoDB.py @@ -2,7 +2,7 @@ import requests import json
import datetime
import os
-TEST_DB = 'http://213.77.62.197'
+TEST_DB = 'http://testresults.opnfv.org/testapi'
suite_list = [('compute_result.json', 'compute_test_suite'),('network_result.json', 'network_test_suite'),('storage_result.json', 'storage_test_suite')]
payload_list = { }
|