diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2017-09-30 03:03:46 -0400 |
---|---|---|
committer | grakiss <grakiss.wanglei@huawei.com> | 2017-09-30 03:03:46 -0400 |
commit | 7a0e43decc728e2be92ca097ac60486296f53592 (patch) | |
tree | 2689a1fa5ed27d8ed39ef591acf5453d59e8bc44 /cvp/3rd_party | |
parent | 043ef2dad58c3aef0ea91cf3063dc9deb6f40bd9 (diff) |
[web-cvp]osinteros is counted as optional test case
JIRA: DOVETAIL-518
'defcore' is changed to 'osinterop', counted as optional test case
Change-Id: Ic5322c498869dcef9597530e343b053aebc376cf
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'cvp/3rd_party')
-rw-r--r-- | cvp/3rd_party/static/testapi-ui/components/results-report/resultsReportController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/components/results-report/resultsReportController.js b/cvp/3rd_party/static/testapi-ui/components/results-report/resultsReportController.js index 5f8cac8e..2b7383b5 100644 --- a/cvp/3rd_party/static/testapi-ui/components/results-report/resultsReportController.js +++ b/cvp/3rd_party/static/testapi-ui/components/results-report/resultsReportController.js @@ -150,7 +150,7 @@ var build_tag = result_case.build_tag; var tag = build_tag.split('-').pop().split('.')[1]; ctrl.total += result_case.total; - if(tag == 'ha' || tag == 'defcore' || tag == 'vping'){ + if(tag == 'ha' || tag == 'osinterop' || tag == 'vping'){ ctrl.mandatory_total += result_case.total; ctrl.mandatory_pass += result_case.pass; ctrl.mandatory_fail += result_case.fail; |