Add support for arbitary DB reporting
[bottlenecks.git] / testsuites / run_testsuite.py
index 1e8d895..bc255c4 100644 (file)
@@ -61,7 +61,9 @@ def report(testcase, start_date, stop_date, criteria, details_doc):
     }
     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: