X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Ffunctest%2FreportingConf.py;h=1c9a2ac9fa10c96c63ff2cd2c76e562cbf51b16b;hb=609bf2f9c9c6885b0a1c6acf292e33d80bf1c3f7;hp=9c618a27426e1a80a0c14729df4e3eac0c6dfb77;hpb=8032a9d0fc23bdcc27814e90099f5ef750f88207;p=releng.git diff --git a/utils/test/reporting/functest/reportingConf.py b/utils/test/reporting/functest/reportingConf.py index 9c618a274..1c9a2ac9f 100644 --- a/utils/test/reporting/functest/reportingConf.py +++ b/utils/test/reporting/functest/reportingConf.py @@ -13,15 +13,14 @@ 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"] -# versions = ["brahmaputra", "master"] -versions = ["master"] -PERIOD = 50 +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 = "DEBUG" +LOG_LEVEL = "ERROR" LOG_FILE = REPORTING_PATH + "/reporting.log"