diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-09-23 08:00:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-23 08:00:44 +0000 |
commit | 8ee93eea567ee83d67232ebf22cd0f2a9439c5d6 (patch) | |
tree | 2b3ef839b448d2bca80aa00a573be6393a7d668e /utils/test/reporting/functest/reportingConf.py | |
parent | 5543d505ba3fa42927df5816ee42cefe8212934b (diff) | |
parent | 6d1919171788cbc1bd003671ea2d31ccffbcb45d (diff) |
Merge "Add hyperlink on scenarios"
Diffstat (limited to 'utils/test/reporting/functest/reportingConf.py')
-rw-r--r-- | utils/test/reporting/functest/reportingConf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/test/reporting/functest/reportingConf.py b/utils/test/reporting/functest/reportingConf.py index b0e4cf7a1..e1c4b61a8 100644 --- a/utils/test/reporting/functest/reportingConf.py +++ b/utils/test/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 |