subunit2sql/subunit2sql
Matthew Treinish ae1c4485ca Fix inconsistent treatment of test status
This commit is the follow on to change
Ib84eb5e4b2da4847e86ff24c8bc5ba19a0df5b37 which fixed an unhandled
condition when xfail or uxsuccess was in the passed in results stream.
While that fixed the failure condition it neglected to update how we
treat those test result statuses in all other cases. This commit does
that by making sure we treat xfail and uxsuccess as success and failure
respectively for aggregate counts.

Change-Id: I1d2308d2c68f4f6b432ab733ead19a0167ba0b94
Story: 2000701
Task: 3176
2018-12-27 04:41:35 +00:00
..
analysis Clean up run_time graph style 2018-08-23 16:48:12 -04:00
db Add delete by uuid functions 2018-04-02 14:30:37 -07:00
migrations Fix mysql db api 2017-12-21 15:10:30 -06:00
targets Example of how to use targets plugins 2015-11-10 23:07:18 -08:00
tests Fix inconsistent treatment of test status 2018-12-27 04:41:35 +00:00
__init__.py Initial commit 2014-06-12 23:59:00 -04:00
exceptions.py Store counts for runs and tests 2014-06-16 11:02:21 -04:00
read_subunit.py Add subunit2sql CLI option to use non_subunit_name 2017-12-26 19:29:13 +00:00
shell.py Fix inconsistent treatment of test status 2018-12-27 04:41:35 +00:00
write_subunit.py Handle test_runs without metadata in write_subunit 2015-12-09 15:39:16 -05:00