commit | 3eb1db03773c4f70090751e4388d38d56f74e932 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Tue Dec 23 22:25:29 2014 +0200 |
committer | Jouni Malinen <j@w1.fi> | Tue Dec 23 22:25:29 2014 +0200 |
tree | cfd91e9e61602cabb3f9ea7286f2668ed2ffd93e | |
parent | a628eeb42b60b6e38ee97ff58f4e1013aae043ce [diff] |
tests: Retry failed cases automatically in parallel VM run parallel-vm.py is now retrying failed cases once at the end of the run. If all the failed test cases passed on the second attempt, that is noted in the summary output. Results are also indicated as the exit value from the run: 0 = all cases passed on first run, 1 = some cases failed once, but everything passed after one retry, 2 = some cases failed did not succeed at all. Signed-off-by: Jouni Malinen <j@w1.fi>