From: Serena Feng Date: Thu, 22 Jun 2017 02:19:20 +0000 (+0000) Subject: Merge "support pagination in TestAPI" X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b7644e8f1f43b762bab51d8bc7a68298558a6bdf;p=releng.git Merge "support pagination in TestAPI" --- b7644e8f1f43b762bab51d8bc7a68298558a6bdf diff --cc utils/test/testapi/etc/config.ini index ce13990f3,cf46bf71b..dad59d2d0 --- a/utils/test/testapi/etc/config.ini +++ b/utils/test/testapi/etc/config.ini @@@ -8,8 -8,12 +8,12 @@@ dbname = test_results_collectio [api] # Listening port -url = http://localhost:8000/api/v1 +url = http://testresults.opnfv.org/test/api/v1 port = 8000 + + # Number of results for one page (integer value) + #results_per_page = 20 + # With debug_on set to true, error traces will be shown in HTTP responses debug = True authenticate = False