Fix the verdict of sub test cases 12/67812/2
authorxudan <xudan16@huawei.com>
Thu, 9 May 2019 11:42:19 +0000 (07:42 -0400)
committerDan Xu <xudan16@huawei.com>
Thu, 16 May 2019 02:00:09 +0000 (02:00 +0000)
commit47559a6afe2c66ff536c45f61be730991042b68d
tree4906aac52513360a4227621b162460f511a73099
parent418cce60e12698b0a4d1c4518070cf290a9f6581
Fix the verdict of sub test cases

Error to group skipped sub test cases to passed one.
Example:
Skipped sub test case will be parsed as passed in following case.

skipped sub test case:
tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router

passed sub test case list includes this one:
tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id

Then the skipped one will be checked as pass.

JIRA: DOVETAIL-775

Change-Id: I449f4968c23a9def1177a7c9645e5dcb89b2ec30
Signed-off-by: xudan <xudan16@huawei.com>
dovetail/report.py
dovetail/tests/unit/test_report.py