diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-12 15:30:55 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-12 15:30:55 +0200 |
commit | 4acc593f564ae6fe244497993c25432524a39e7e (patch) | |
tree | 09d0badf83b44ea39f9d5b3e3b871c639ef9426e /utils/test/reporting/functest/reportingConf.py | |
parent | 912a8810e8c04bbe8488ebe4121ada643bd41e91 (diff) |
Add copper in reporting
JIRA: FUNCTEST-67
Change-Id: I4881b2ba0c20a65567a59fb9fc7645c438a341ad
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
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 9c618a274..1c0b0577d 100644 --- a/utils/test/reporting/functest/reportingConf.py +++ b/utils/test/reporting/functest/reportingConf.py @@ -12,7 +12,7 @@ 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"] +blacklist = ["ovno", "odl", "security_scan"] # versions = ["brahmaputra", "master"] versions = ["master"] PERIOD = 50 @@ -23,5 +23,5 @@ NB_TESTS = 5 REPORTING_PATH = "." URL_BASE = 'http://testresults.opnfv.org/test/api/v1/results' TEST_CONF = "https://git.opnfv.org/cgit/functest/plain/ci/testcases.yaml" -LOG_LEVEL = "DEBUG" +LOG_LEVEL = "ERROR" LOG_FILE = REPORTING_PATH + "/reporting.log" |