From: Morgan Richomme Date: Mon, 22 Aug 2016 08:01:52 +0000 (+0200) Subject: adapt reporting X-Git-Tag: colorado.1.0~134 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d699dc17434eea06fd05149252a3736869c2c423;p=releng.git 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 --- diff --git a/utils/test/reporting/functest/reporting-status.py b/utils/test/reporting/functest/reporting-status.py old mode 100644 new mode 100755 diff --git a/utils/test/reporting/functest/reporting-tempest.py b/utils/test/reporting/functest/reporting-tempest.py old mode 100644 new mode 100755 diff --git a/utils/test/reporting/functest/reporting-vims.py b/utils/test/reporting/functest/reporting-vims.py old mode 100644 new mode 100755 diff --git a/utils/test/reporting/functest/reportingConf.py b/utils/test/reporting/functest/reportingConf.py index 1c0b0577d..c60ba5483 100644 --- a/utils/test/reporting/functest/reportingConf.py +++ b/utils/test/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/utils/test/reporting/functest/template/index-status-tmpl.html b/utils/test/reporting/functest/template/index-status-tmpl.html index 0c3fa9426..78eae1f16 100644 --- a/utils/test/reporting/functest/template/index-status-tmpl.html +++ b/utils/test/reporting/functest/template/index-status-tmpl.html @@ -101,7 +101,7 @@ {%- endfor %} - *: not used for scenario validation + see Functest scoring wiki page for details on scenario scoring