diff options
author | Leo wang <grakiss.wanglei@huawei.com> | 2017-10-09 02:10:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-09 02:10:15 +0000 |
commit | 671b929342427689ef8de933d41d327ab5d29f86 (patch) | |
tree | f82f36035afdc241ab11b010ad70b5caa0d2c578 /cvp/3rd_party | |
parent | a3822f9da4742762cf3e8ed18e7d0e2296d95863 (diff) | |
parent | 7a0e43decc728e2be92ca097ac60486296f53592 (diff) |
Merge "[web-cvp]osinteros is counted as optional test case"
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 8e63e651..1d37c583 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; |