summaryrefslogtreecommitdiffstats
path: root/reporting/functest/reportingConf.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-08-22 10:01:52 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-08-22 10:01:52 +0200
commitdcf93ea50963d2af18e470f6eebda96a29656cbd (patch)
treec84aff2245aa0c4e6cbaacb8d803ae7f1fa2d4b5 /reporting/functest/reportingConf.py
parent6df337e521ffca7a289ae2ab1bdca6af3e74e0e8 (diff)
adapt reporting
- no odl-SFC test reported to DB - add link to scenario scoring wiki page - add +x on executable python files Change-Id: I6724408e3ed5d6a2ba78aff40d80d692c1e0780b Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/functest/reportingConf.py')
-rw-r--r--reporting/functest/reportingConf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/functest/reportingConf.py b/reporting/functest/reportingConf.py
index 1c0b057..c60ba54 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", "odl", "security_scan"]
+blacklist = ["ovno", "security_scan", 'odl-sfc']
# versions = ["brahmaputra", "master"]
versions = ["master"]
PERIOD = 50