X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Fresult_collection_api%2Fdashboard%2Fqtip2Dashboard.py;h=0112945b188958950bf7612f1023491c0fede2da;hb=c75e40ceaf26451384024d9917b931350238e49d;hp=138244dd0fa85a4623ad2727ef199991f6992e17;hpb=5ddd16d41e6bd92a0849577807b177f52ba1ec20;p=releng.git diff --git a/utils/test/result_collection_api/dashboard/qtip2Dashboard.py b/utils/test/result_collection_api/dashboard/qtip2Dashboard.py index 138244dd0..0112945b1 100644 --- a/utils/test/result_collection_api/dashboard/qtip2Dashboard.py +++ b/utils/test/result_collection_api/dashboard/qtip2Dashboard.py @@ -99,7 +99,7 @@ def _get_results(db_url, testcase): def _test(): - db_url = "http://213.77.62.197" + db_url = "http://testresults.opnfv.org/testapi" raw_result = defaultdict() raw_result = _get_results(db_url, {"project": "qtip", "testcase": "compute_test_suite"}) @@ -118,4 +118,4 @@ def _test(): print result if __name__ == '__main__': - _test() \ No newline at end of file + _test()