Merge "support pagination in TestAPI"
authorSerena Feng <feng.xiaowei@zte.com.cn>
Thu, 22 Jun 2017 02:19:20 +0000 (02:19 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 22 Jun 2017 02:19:20 +0000 (02:19 +0000)
1  2 
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