diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-09-29 15:39:42 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-09-29 17:21:03 +0200 |
commit | 007411f6c79773a84e02db3da032a39f9314b705 (patch) | |
tree | 68e0de2f411ca42ec8efa80cf233e43bca3efa2c /reporting/functest/reportingConf.py | |
parent | af41ba9498f820b127387ffa723119a0e2b4b33d (diff) |
Add a trend line to Functest reporting
And use d3js lib rather than static images
JIRA: FUNCTEST-483
Change-Id: I3c372a8e18fc366dfe510ab551596640fb6d9242
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/functest/reportingConf.py')
-rw-r--r-- | reporting/functest/reportingConf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/reporting/functest/reportingConf.py b/reporting/functest/reportingConf.py index e1c4b61..1c9a2ac 100644 --- a/reporting/functest/reportingConf.py +++ b/reporting/functest/reportingConf.py @@ -13,7 +13,6 @@ 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"] -# versions = ["brahmaputra", "master"] versions = ["master", "colorado"] PERIOD = 10 MAX_SCENARIO_CRITERIA = 50 |