From: Panagiotis Karalis Date: Tue, 5 Mar 2019 12:43:27 +0000 (+0200) Subject: Add skipped TCs in the portal's result report X-Git-Tag: ovp-3.0.1~17 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3b78fa2aeb6c69efb86c68ba5f6c7d7efccfb024;p=dovetail-webportal.git Add skipped TCs in the portal's result report Since the dovetail supports the 'SKIP' verdict for the results, the OVP portal should be updated in order to collect and display the skipped testcases and sub-testcases properly. The report of results has been improved, so that a third column is introduced for skipped results (Passed, Skipped, Not Passed). JIRA: DOVETAIL-765 Change-Id: Ia1a0d8bd732814137e495dc4c6ef5ebb0ef0ed73 Signed-off-by: Panagiotis Karalis --- diff --git a/3rd_party/static/testapi-ui/components/home/homeController.js b/3rd_party/static/testapi-ui/components/home/homeController.js index bed86ab..02d2650 100644 --- a/3rd_party/static/testapi-ui/components/home/homeController.js +++ b/3rd_party/static/testapi-ui/components/home/homeController.js @@ -50,7 +50,6 @@ } ctrl.getCompany = function(row){ - //console.log(row) $state.go('directory', {'companyID': row.organization_name, 'logo': row.company_logo}); } diff --git a/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html b/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html index 3f3e9c9..dee4624 100644 --- a/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html +++ b/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html @@ -16,6 +16,11 @@ Test Filters:
Passed +