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 | b00652a945e149d1902e4e4eeaaa0aea3badb06c (patch) | |
tree | 0597d42b5aa4123bfeac6e99f1eae0f5aa958d5f /reporting | |
parent | 10b9c64ac2013e08cad6cb2c0c961862a5b9b731 (diff) |
Add copper in reporting
JIRA: FUNCTEST-67
Change-Id: I4881b2ba0c20a65567a59fb9fc7645c438a341ad
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting')
-rw-r--r-- | reporting/functest/reportingConf.py | 4 | ||||
-rw-r--r-- | reporting/functest/testCase.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/reporting/functest/reportingConf.py b/reporting/functest/reportingConf.py index 9c618a2..1c0b057 100644 --- a/reporting/functest/reportingConf.py +++ b/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" diff --git a/reporting/functest/testCase.py b/reporting/functest/testCase.py index e973035..d6c1993 100644 --- a/reporting/functest/testCase.py +++ b/reporting/functest/testCase.py @@ -126,7 +126,7 @@ class TestCase(object): 'doctor': 'doctor-notification', 'promise': 'promise', 'moon': 'moon', - 'copper': 'copper', + 'copper': 'copper-notification', 'security_scan': 'security', 'multisite': 'multisite', 'domino': 'domino-multinode', |