X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=utils%2Ftest%2Freporting%2Ffunctest%2FreportingConf.py;h=1c9a2ac9fa10c96c63ff2cd2c76e562cbf51b16b;hb=162e331a842eaca01f38ac344816440b2aa0b8f5;hp=c60ba5483226d6ffd02432073616adeab5af8e00;hpb=0f68367fe54a6943a887cc6f087938258b8be9cd;p=releng.git diff --git a/utils/test/reporting/functest/reportingConf.py b/utils/test/reporting/functest/reportingConf.py index c60ba5483..1c9a2ac9f 100644 --- a/utils/test/reporting/functest/reportingConf.py +++ b/utils/test/reporting/functest/reportingConf.py @@ -12,16 +12,15 @@ installers = ["apex", "compass", "fuel", "joid"] # list of test cases declared in testcases.yaml but that must not be # taken into account for the scoring -blacklist = ["ovno", "security_scan", 'odl-sfc'] -# versions = ["brahmaputra", "master"] -versions = ["master"] -PERIOD = 50 +blacklist = ["ovno", "security_scan"] +versions = ["master", "colorado"] +PERIOD = 10 MAX_SCENARIO_CRITERIA = 50 # get the last 5 test results to determinate the success criteria NB_TESTS = 5 # REPORTING_PATH = "/usr/share/nginx/html/reporting/functest" REPORTING_PATH = "." -URL_BASE = 'http://testresults.opnfv.org/test/api/v1/results' +URL_BASE = 'testresults.opnfv.org/test/api/v1/results' TEST_CONF = "https://git.opnfv.org/cgit/functest/plain/ci/testcases.yaml" LOG_LEVEL = "ERROR" LOG_FILE = REPORTING_PATH + "/reporting.log"