X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Ffunctest%2FreportingConf.py;h=1c9a2ac9fa10c96c63ff2cd2c76e562cbf51b16b;hb=162e331a842eaca01f38ac344816440b2aa0b8f5;hp=649246d64854e6cd79a46b2011160d8a7829f6ab;hpb=573b1f12a56f0c13d5c552fceb326bfdec5f2ee7;p=releng.git diff --git a/utils/test/reporting/functest/reportingConf.py b/utils/test/reporting/functest/reportingConf.py index 649246d64..1c9a2ac9f 100644 --- a/utils/test/reporting/functest/reportingConf.py +++ b/utils/test/reporting/functest/reportingConf.py @@ -10,9 +10,17 @@ # # **************************************************** installers = ["apex", "compass", "fuel", "joid"] -# installers = ["compass"] -# versions = ["brahmaputra", "master"] -versions = ["master"] +# list of test cases declared in testcases.yaml but that must not be +# taken into account for the scoring +blacklist = ["ovno", "security_scan"] +versions = ["master", "colorado"] PERIOD = 10 -MAX_SCENARIO_CRITERIA = 18 -URL_BASE = 'http://testresults.opnfv.org/test/api/v1/results' +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 = '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"