Merge "[compass]:[merge after 18665]rename region name to be unified"
authormei mei <meimei@huawei.com>
Tue, 16 Aug 2016 06:48:36 +0000 (06:48 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 16 Aug 2016 06:48:36 +0000 (06:48 +0000)
utils/test/reporting/functest/reportingConf.py
utils/test/reporting/functest/testCase.py

index 9c618a2..1c0b057 100644 (file)
@@ -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"
index e973035..d6c1993 100644 (file)
@@ -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',