X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Ffunctest%2FreportingConf.py;h=1c9a2ac9fa10c96c63ff2cd2c76e562cbf51b16b;hb=162e331a842eaca01f38ac344816440b2aa0b8f5;hp=e390a18d28b041b9b058f1a08bc514437f83f34b;hpb=3c539f888e8e7db4a39aa65ede339174388fe2f9;p=releng.git diff --git a/utils/test/reporting/functest/reportingConf.py b/utils/test/reporting/functest/reportingConf.py index e390a18d2..1c9a2ac9f 100644 --- a/utils/test/reporting/functest/reportingConf.py +++ b/utils/test/reporting/functest/reportingConf.py @@ -10,8 +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 +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"