summaryrefslogtreecommitdiffstats
path: root/reporting/functest/reportingConf.py
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/functest/reportingConf.py')
-rw-r--r--reporting/functest/reportingConf.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/reporting/functest/reportingConf.py b/reporting/functest/reportingConf.py
index 649246d..61410b4 100644
--- a/reporting/functest/reportingConf.py
+++ b/reporting/functest/reportingConf.py
@@ -10,9 +10,17 @@
#
# ****************************************************
installers = ["apex", "compass", "fuel", "joid"]
-# installers = ["compass"]
+# installers = ["apex"]
+# list of test cases declared in testcases.yaml but that must not be
+# taken into account for the scoring
+blacklist = ["odl", "ovno", "security_scan"]
# versions = ["brahmaputra", "master"]
versions = ["master"]
PERIOD = 10
MAX_SCENARIO_CRITERIA = 18
+# get the last 5 test results to determinate the success criteria
+NB_TESTS = 5
URL_BASE = 'http://testresults.opnfv.org/test/api/v1/results'
+TEST_CONF = "https://git.opnfv.org/cgit/functest/plain/ci/testcases.yaml"
+LOG_LEVEL = "INFO"
+LOG_FILE = "reporting.log"