JIRA: BOTTLENECK-158
Support for arbitary DB reporting. TestperfDB and Dovetail DB are
within currently consideration.
Change-Id: I4373e5f295d26155e2b4fda59044cc4e922c3557
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
(cherry picked from commit
fd66a0466e931e28ebd1f0925e9c9a0c28912a02)
}
results['details'] = {"test_results": details_doc}
- target = "http://testresults.opnfv.org/test/api/v1/results"
+ target = os.environ.get(
+ 'REPORTING_DB',
+ 'http://testresults.opnfv.org/test/api/v1/results')
timeout = 5
try: