JIRA: DOVETAIL-518
'defcore' is changed to 'osinterop', counted as optional test case
Change-Id: Ic5322c498869dcef9597530e343b053aebc376cf
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
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;