diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-22 10:01:52 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-22 10:01:52 +0200 |
commit | dcf93ea50963d2af18e470f6eebda96a29656cbd (patch) | |
tree | c84aff2245aa0c4e6cbaacb8d803ae7f1fa2d4b5 /reporting | |
parent | 6df337e521ffca7a289ae2ab1bdca6af3e74e0e8 (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')
-rwxr-xr-x[-rw-r--r--] | reporting/functest/reporting-status.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | reporting/functest/reporting-tempest.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | reporting/functest/reporting-vims.py | 0 | ||||
-rw-r--r-- | reporting/functest/reportingConf.py | 2 | ||||
-rw-r--r-- | reporting/functest/template/index-status-tmpl.html | 2 |
5 files changed, 2 insertions, 2 deletions
diff --git a/reporting/functest/reporting-status.py b/reporting/functest/reporting-status.py index 7c943d8..7c943d8 100644..100755 --- a/reporting/functest/reporting-status.py +++ b/reporting/functest/reporting-status.py diff --git a/reporting/functest/reporting-tempest.py b/reporting/functest/reporting-tempest.py index e3f4e33..e3f4e33 100644..100755 --- a/reporting/functest/reporting-tempest.py +++ b/reporting/functest/reporting-tempest.py diff --git a/reporting/functest/reporting-vims.py b/reporting/functest/reporting-vims.py index d0436ed..d0436ed 100644..100755 --- a/reporting/functest/reporting-vims.py +++ b/reporting/functest/reporting-vims.py 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 diff --git a/reporting/functest/template/index-status-tmpl.html b/reporting/functest/template/index-status-tmpl.html index 0c3fa94..78eae1f 100644 --- a/reporting/functest/template/index-status-tmpl.html +++ b/reporting/functest/template/index-status-tmpl.html @@ -101,7 +101,7 @@ </div> </div> {%- endfor %} - *: not used for scenario validation + see <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6828617">Functest scoring wiki page</a> for details on scenario scoring </div> <div class="col-md-1"></div> </div> |