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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/reporting/functest/reportingConf.py b/reporting/functest/reportingConf.py
index b0e4cf7..e1c4b61 100644
--- a/reporting/functest/reportingConf.py
+++ b/reporting/functest/reportingConf.py
@@ -12,10 +12,10 @@
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']
+blacklist = ["ovno", "security_scan"]
# versions = ["brahmaputra", "master"]
versions = ["master", "colorado"]
-PERIOD = 50
+PERIOD = 10
MAX_SCENARIO_CRITERIA = 50
# get the last 5 test results to determinate the success criteria
NB_TESTS = 5